/[emacs]/emacs/lisp/international/mule-conf.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-conf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62.2.30 by handa, Wed Aug 21 07:00:34 2002 UTC revision 1.62.2.31 by handa, Tue Sep 3 04:05:26 2002 UTC
# Line 77  Line 77 
77  (put-charset-property  (put-charset-property
78   'ascii :long-name "ASCII (ISO646 IRV)")   'ascii :long-name "ASCII (ISO646 IRV)")
79  (put-charset-property  (put-charset-property
80     'iso-8859-1 :docstring "Latin-1 (ISO/IEC 8859-1)")
81    (put-charset-property
82     'iso-8859-1 :short-name "Latin-1")
83    (put-charset-property
84     'iso-8859-1 :long-name "Latin-1")
85    (put-charset-property
86   'unicode :docstring "Unicode (ISO10646)")   'unicode :docstring "Unicode (ISO10646)")
87  (put-charset-property  (put-charset-property
88   'unicode :short-name "Unicode")   'unicode :short-name "Unicode")
# Line 92  Line 98 
98    :code-offset 0    :code-offset 0
99    :supplementary-p t)    :supplementary-p t)
100    
 (define-charset 'iso-8859-1  
   "Latin-1 (ISO/IEC 8859-1)"  
   :short-name "Latin-1"  
   :ascii-compatible-p t  
   :code-space [0 255]  
   :code-offset 0)  
   
101  (define-charset 'latin-iso8859-1  (define-charset 'latin-iso8859-1
102    "Right-Hand Part of ISO/IEC 8859/1 (Latin-1): ISO-IR-100"    "Right-Hand Part of ISO/IEC 8859/1 (Latin-1): ISO-IR-100"
103    :short-name "RHP of Latin-1"    :short-name "RHP of Latin-1"

Legend:
Removed from v.1.62.2.30  
changed lines
  Added in v.1.62.2.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26