aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-04-05 02:35:53 +0000
committerKenichi Handa1997-04-05 02:35:53 +0000
commit2aa72de7912eb6f93afd27a15b695434fca85c56 (patch)
tree09d33554389dd0083df0e6a76b8eb86e95ea2a8c
parent4366b45eccfcb09f265e7beb8dcf72352e47768f (diff)
downloademacs-2aa72de7912eb6f93afd27a15b695434fca85c56.tar.gz
emacs-2aa72de7912eb6f93afd27a15b695434fca85c56.zip
Change descriptions for Arabic, Indian, and
Vietnamese character sets. Define Tibetan character sets.
-rw-r--r--lisp/international/mule-conf.el20
1 files changed, 13 insertions, 7 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 883254dba29..203bf001eec 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -121,20 +121,20 @@
121;; character set, it is divided into two: lower case letters and upper 121;; character set, it is divided into two: lower case letters and upper
122;; case letters. 122;; case letters.
123(define-charset nil 'vietnamese-viscii-lower 123(define-charset nil 'vietnamese-viscii-lower
124 [1 96 1 0 ?1 1 "VISCII" "VISCII lower-case" "VISCII1.1 lower-case"]) 124 [1 96 1 0 ?1 1 "VISCII lower" "VISCII lower-case" "VISCII1.1 lower-case"])
125(define-charset nil 'vietnamese-viscii-upper 125(define-charset nil 'vietnamese-viscii-upper
126 [1 96 1 0 ?2 1 "VISCII" "VISCII upper-case" "VISCII1.1 upper-case"]) 126 [1 96 1 0 ?2 1 "VISCII upper" "VISCII upper-case" "VISCII1.1 upper-case"])
127 127
128;; For Arabic, we need three different types of character sets. 128;; For Arabic, we need three different types of character sets.
129;; Digits are of direction left-to-right and of width 1-column. 129;; Digits are of direction left-to-right and of width 1-column.
130;; Others are of direction right-to-left and of width 1-column or 130;; Others are of direction right-to-left and of width 1-column or
131;; 2-column. 131;; 2-column.
132(define-charset nil 'arabic-digit 132(define-charset nil 'arabic-digit
133 [1 94 1 0 ?2 0 "Arabic" "Arabic digit" "Arabic digit"]) 133 [1 94 1 0 ?2 0 "Arabic digit" "Arabic digit" "Arabic digit"])
134(define-charset nil 'arabic-1-column 134(define-charset nil 'arabic-1-column
135 [1 94 1 1 ?3 0 "Arabic" "Arabic 1-column" "Arabic 1-column"]) 135 [1 94 1 1 ?3 0 "Arabic 1-col" "Arabic 1-column" "Arabic 1-column"])
136(define-charset nil 'arabic-2-column 136(define-charset nil 'arabic-2-column
137 [1 94 2 1 ?4 0 "Arabic" "Arabic 2-column" "Arabic 2-column"]) 137 [1 94 2 1 ?4 0 "Arabic 2-col" "Arabic 2-column" "Arabic 2-column"])
138 138
139;; Ethiopic characters (Amahric and Tigrigna). 139;; Ethiopic characters (Amahric and Tigrigna).
140(define-charset nil 'ethiopic 140(define-charset nil 'ethiopic
@@ -173,11 +173,11 @@
173 "Generic Indian charset for data exchange with IS 13194"]) 173 "Generic Indian charset for data exchange with IS 13194"])
174;; Actual Glyph for 2-column width. 174;; Actual Glyph for 2-column width.
175(define-charset nil 'indian-2-column 175(define-charset nil 'indian-2-column
176 [2 94 2 0 ?5 0 "Indian" "Indian 2 Column" 176 [2 94 2 0 ?5 0 "Indian 2-col" "Indian 2 Column"
177 "Indian charset for 2-column width glyphs"]) 177 "Indian charset for 2-column width glyphs"])
178;; Actual Glyph for 1-column width. 178;; Actual Glyph for 1-column width.
179(define-charset nil 'indian-1-column 179(define-charset nil 'indian-1-column
180 [2 94 1 0 ?6 0 "Indian" "Indian 1 Column" 180 [2 94 1 0 ?6 0 "Indian 1-col" "Indian 1 Column"
181 "Indian charset for 2-column width glypps"]) 181 "Indian charset for 2-column width glypps"])
182 182
183;; Lao script. 183;; Lao script.
@@ -185,6 +185,12 @@
185(define-charset nil 'lao 185(define-charset nil 'lao
186 [1 94 1 0 ?1 0 "Lao" "Lao" "Lao characters (ISO10646 0E80..0EDF)"]) 186 [1 94 1 0 ?1 0 "Lao" "Lao" "Lao characters (ISO10646 0E80..0EDF)"])
187 187
188;; Tibetan script.
189(define-charset nil 'tibetan
190 [2 94 2 0 ?7 0 "Tibetan 2-col" "Tibetan 2 column" "Tibetan characters"])
191(define-charset nil 'tibetan-1-column
192 [2 94 1 0 ?8 0 "Tibetan 1-col" "Tibetan 1 column" "Tibetan 1 column glyph"])
193
188 194
189;; This is a table of alternate charsets. 195;; This is a table of alternate charsets.
190(setq alternate-charset-table 196(setq alternate-charset-table