/[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.37 by handa, Tue Oct 29 12:09:37 2002 UTC revision 1.62.2.38 by handa, Wed Oct 30 01:19:27 2002 UTC
# Line 806  Line 806 
806    :iso-final-char ?5    :iso-final-char ?5
807    :emacs-mule-id 225    :emacs-mule-id 225
808    :code-space [33 126]    :code-space [33 126]
   :unify-map "is13194"  
809    :code-offset #x180000)    :code-offset #x180000)
810    
811  (define-charset 'devanagari-glyph  (define-charset 'devanagari-glyph
# Line 845  Line 844 
844    
845  ;; Actual Glyph for 1-column width.  ;; Actual Glyph for 1-column width.
846  (define-charset 'indian-1-column  (define-charset 'indian-1-column
847    "Indian charset for 1-column width glyphs"    "Indian charset for 1-column width glyphs."
848    :short-name "Indian 1-col"    :short-name "Indian 1-col"
849    :long-name "Indian 1 Column"    :long-name "Indian 1 Column"
850    :iso-final-char ?6    :iso-final-char ?6
# Line 855  Line 854 
854    
855  ;; Actual Glyph for 2-column width.  ;; Actual Glyph for 2-column width.
856  (define-charset 'indian-2-column  (define-charset 'indian-2-column
857    "Indian charset for 2-column width glyphs"    "Indian charset for 2-column width glyphs."
858    :short-name "Indian 2-col"    :short-name "Indian 2-col"
859    :long-name "Indian 2 Column"    :long-name "Indian 2 Column"
860    :iso-final-char ?5    :iso-final-char ?5
861    :emacs-mule-id  251    :emacs-mule-id  251
862    :code-space [33 126 33 126]    :code-space [33 126 33 126]
863    :superset '(indian-1-column))    :code-offset #x184000)
864    
865  (define-charset 'tibetan  (define-charset 'tibetan
866    "Tibetan characters"    "Tibetan characters"
# Line 1054  Line 1053 
1053  ;; Fixme: unifying sucks in the charset tables, which may be large.  ;; Fixme: unifying sucks in the charset tables, which may be large.
1054  ;; (Can we avoid that and do it anyhow (with lazy loading)?)  ;; (Can we avoid that and do it anyhow (with lazy loading)?)
1055  (unify-charset 'chinese-sisheng)  (unify-charset 'chinese-sisheng)
 (unify-charset 'indian-is13194)  
1056  (unify-charset 'korean-ksc5601)  (unify-charset 'korean-ksc5601)
1057  (unify-charset 'ipa)  (unify-charset 'ipa)
1058  (unify-charset 'tibetan)  (unify-charset 'tibetan)

Legend:
Removed from v.1.62.2.37  
changed lines
  Added in v.1.62.2.38

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