emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/code-pages.el


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/international/code-pages.el
Date: Fri, 04 Mar 2005 08:45:00 -0500

Index: emacs/lisp/international/code-pages.el
diff -c emacs/lisp/international/code-pages.el:1.23 
emacs/lisp/international/code-pages.el:1.24
*** emacs/lisp/international/code-pages.el:1.23 Mon Jun 14 00:35:11 2004
--- emacs/lisp/international/code-pages.el      Fri Mar  4 13:44:57 2005
***************
*** 1,6 ****
  ;;; code-pages.el --- coding systems for assorted codepages  -*-coding: 
utf-8;-*-
  
! ;; Copyright (C) 2001, 2002  Free Software Foundation, Inc.
  
  ;; Author: Dave Love <address@hidden>
  ;; Keywords: i18n
--- 1,6 ----
  ;;; code-pages.el --- coding systems for assorted codepages  -*-coding: 
utf-8;-*-
  
! ;; Copyright (C) 2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
  
  ;; Author: Dave Love <address@hidden>
  ;; Keywords: i18n
***************
*** 2440,2445 ****
--- 2440,2446 ----
    nil
    nil])
  
+ ;;;###autoload(autoload-coding-system 'windows-1250 '(require 'code-pages))
  (cp-make-coding-system
   windows-1250
   [?\€
***************
*** 2571,2576 ****
--- 2572,2578 ----
    ?\Å£
    ?\˙])
  
+ ;;;###autoload(autoload-coding-system 'windows-1253 '(require 'code-pages))
  (cp-make-coding-system
   windows-1253
   [?\€
***************
*** 2703,2708 ****
--- 2705,2711 ----
    nil]
   nil ?g) ;; Greek
  
+ ;;;###autoload(autoload-coding-system 'windows-1254 '(require 'code-pages))
  (cp-make-coding-system
   windows-1254
   [?\€
***************
*** 2835,2840 ****
--- 2838,2844 ----
    ?\ÿ])
  
  ;; yi_US
+ ;;;###autoload(autoload-coding-system 'windows-1255 '(require 'code-pages))
  (cp-make-coding-system
   windows-1255
   [?\€
***************
*** 2967,2972 ****
--- 2971,2977 ----
    nil]
   nil ?h) ;; Hebrew
  
+ ;;;###autoload(autoload-coding-system 'windows-1256 '(require 'code-pages))
  (cp-make-coding-system
   windows-1256
   [?\€
***************
*** 3099,3104 ****
--- 3104,3110 ----
    ?\ے]
   nil ?a) ;; Arabic
  
+ ;;;###autoload(autoload-coding-system 'windows-1257 '(require 'code-pages))
  (cp-make-coding-system
   windows-1257
   [?\€
***************
*** 3230,3235 ****
--- 3236,3242 ----
    ?\ž
    nil])
  
+ ;;;###autoload(autoload-coding-system 'windows-1258 '(require 'code-pages))
  (cp-make-coding-system
   windows-1258
   [?\€
***************
*** 3652,3657 ****
--- 3659,3665 ----
  ;;   ISO 8859-16 was primarily designed for single-byte encoding the Romanian
  ;;   language. The UTF-8 charset is the preferred and in today's MIME software
  ;;   more widely implemented encoding suitable for Romanian.
+ ;;;###autoload(autoload-coding-system 'iso-8859-16 '(require 'code-pages))
  (cp-make-coding-system
   iso-latin-10                         ; consistent with, e.g. Latin-1
   [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
***************
*** 3823,3828 ****
--- 3831,3837 ----
   ?6)
  (define-coding-system-alias 'arabic-iso-8bit 'iso-8859-6)
  
+ ;;;###autoload(autoload-coding-system 'iso-8859-10 '(require 'code-pages))
  (cp-make-coding-system
   iso-latin-6
   [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
***************
*** 3929,3934 ****
--- 3938,3944 ----
  (define-coding-system-alias 'latin-6 'iso-latin-6)
  
  ;; used by lt_LT, lv_LV, mi_NZ
+ ;;;###autoload(autoload-coding-system 'iso-8859-13 '(require 'code-pages))
  (cp-make-coding-system
   iso-latin-7
   [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
***************
*** 4039,4044 ****
--- 4049,4055 ----
  ;; Fixme: check on the C1 characters which libiconv includes.  They
  ;; are reproduced below, but are probably wrong.  I can't find an
  ;; official definition of georgian-ps.
+ ;;;###autoload(autoload-coding-system 'georgian-ps '(require 'code-pages))
  (cp-make-coding-system
   georgian-ps                          ; used by glibc for ka_GE
   [?\€




reply via email to

[Prev in Thread] Current Thread [Next in Thread]