/[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.57 by handa, Fri Mar 9 00:27:36 2001 UTC revision 1.58 by rms, Sun Nov 25 02:36:28 2001 UTC
# Line 191  Line 191 
191    
192  ;; CHARSET-IDs 226..239 are not used.  ;; CHARSET-IDs 226..239 are not used.
193    
194    (define-charset 240  'indian-glyph
195      [2 96 1 0 ?4 0 "Indian glyph" "Indian glyph"
196         "Glyphs for Indian characters."])
197    ;; 240 used to be [2 94 1 0 ?6 0 "Indian 1-col" "Indian 1 Column"]
198    
199  ;; 2-byte 1-column charsets.  Valid range of CHARSET-ID is 240..244.  ;; 2-byte 1-column charsets.  Valid range of CHARSET-ID is 240..244.
200    
201  ;; Actual Glyph for 1-column width.  ;; Actual Glyph for 1-column width.
 (define-charset 240 'indian-1-column  
   [2 94 1 0 ?6 0 "Indian 1-col" "Indian 1 Column"  
      "Indian charset for 2-column width glyphs"])  
   
202  (define-charset 241 'tibetan-1-column  (define-charset 241 'tibetan-1-column
203    [2 94 1 0 ?8 0 "Tibetan 1-col" "Tibetan 1 column" "Tibetan 1 column glyph"])    [2 94 1 0 ?8 0 "Tibetan 1-col" "Tibetan 1 column" "Tibetan 1 column glyph"])
204    
# Line 244  Line 245 
245  (define-charset 251 'indian-2-column  (define-charset 251 'indian-2-column
246    [2 94 2 0 ?5 0 "Indian 2-col" "Indian 2 Column"    [2 94 2 0 ?5 0 "Indian 2-col" "Indian 2 Column"
247       "Indian charset for 2-column width glyphs"])       "Indian charset for 2-column width glyphs"])
248      ;; old indian-1-column characters will be translated to indian-2-column.
249    (declare-equiv-charset 2 94 ?6 'indian-2-column)
250    
251  ;; Tibetan script.  ;; Tibetan script.
252  (define-charset 252 'tibetan  (define-charset 252 'tibetan

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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