annotate etc/CHARSETS @ 867:804517e16990
[xemacs-hg @ 2002-06-05 09:54:39 by ben]
Textual renaming: text/char names
abbrev.c, alloc.c, buffer.c, buffer.h, bytecode.c, callint.c, casefiddle.c, casetab.c, charset.h, chartab.c, chartab.h, cmds.c, console-gtk.h, console-msw.c, console-msw.h, console-stream.c, console-tty.c, console-x.c, console-x.h, console.h, data.c, device-msw.c, device-x.c, dialog-msw.c, dired-msw.c, dired.c, doc.c, doprnt.c, editfns.c, eldap.c, emodules.c, eval.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-unixoid.c, events.c, events.h, file-coding.c, file-coding.h, fileio.c, filelock.c, fns.c, font-lock.c, frame-gtk.c, frame-msw.c, frame-x.c, frame.c, glyphs-eimage.c, glyphs-msw.c, glyphs-x.c, glyphs.c, glyphs.h, gpmevent.c, gui-x.c, gui-x.h, gui.c, gui.h, hpplay.c, indent.c, insdel.c, insdel.h, intl-win32.c, keymap.c, line-number.c, line-number.h, lisp-disunion.h, lisp-union.h, lisp.h, lread.c, lrecord.h, lstream.c, lstream.h, md5.c, menubar-msw.c, menubar-x.c, menubar.c, minibuf.c, mule-ccl.c, mule-charset.c, mule-coding.c, mule-wnnfns.c, ndir.h, nt.c, objects-gtk.c, objects-gtk.h, objects-msw.c, objects-tty.c, objects-x.c, objects.c, objects.h, postgresql.c, print.c, process-nt.c, process-unix.c, process.c, procimpl.h, realpath.c, redisplay-gtk.c, redisplay-msw.c, redisplay-output.c, redisplay-tty.c, redisplay-x.c, redisplay.c, redisplay.h, regex.c, search.c, select-common.h, select-gtk.c, select-x.c, sound.h, symbols.c, syntax.c, syntax.h, sysdep.c, sysdep.h, sysdir.h, sysfile.h, sysproc.h, syspwd.h, systime.h, syswindows.h, termcap.c, tests.c, text.c, text.h, toolbar-common.c, tooltalk.c, ui-gtk.c, unexnt.c, unicode.c, win32.c: Text/char naming rationalization.
[a] distinguish between "charptr" when it refers to operations on
the pointer itself and when it refers to operations on text; and
[b] use consistent naming for everything referring to internal
format, i.e.
Itext == text in internal format
Ibyte == a byte in such text
Ichar == a char as represented in internal character format
thus e.g.
set_charptr_emchar -> set_itext_ichar
The pre and post tags on either side of this change are:
pre-internal-format-textual-renaming
post-internal-format-textual-renaming
See the Internals Manual for details of exactly how this was done,
how to handle the change in your workspace, etc.
author |
ben |
date |
Wed, 05 Jun 2002 09:58:45 +0000 |
parents |
abe6d1db359e |
children |
|
rev |
line source |
209
|
1 #########################
|
|
2 ## LIST OF CHARSETS
|
|
3 ## Each line corresponds to one charset.
|
|
4 ## The following attributes are listed in this order
|
|
5 ## separated by a colon `:' in one line.
|
|
6 ## CHARSET-SYMBOL-NAME,
|
|
7 ## CHARSET-ID,
|
|
8 ## DIMENSION (1 or 2)
|
|
9 ## CHARS (94 or 96)
|
|
10 ## BYTES (of multibyte form: 1, 2, 3, or 4),
|
|
11 ## WIDTH (occupied column numbers: 1 or 2),
|
|
12 ## DIRECTION (0:left-to-right, 1:right-to-left),
|
|
13 ## ISO-FINAL-CHAR (character code of ISO-2022's final character)
|
|
14 ## ISO-GRAPHIC-PLANE (ISO-2022's graphic plane, 0:GL, 1:GR)
|
|
15 ## DESCRIPTION (describing string of the charset)
|
|
16 tibetan-1-column:241:2:94:4:1:0:56:0:Tibetan 1 column glyph
|
|
17 tibetan:252:2:94:4:2:0:55:0:Tibetan characters
|
|
18 lao:167:1:94:3:1:0:49:0:Lao characters (ISO10646 0E80..0EDF)
|
442
|
19 indian-1-column:240:2:94:4:1:0:54:0:Indian charset for 2-column width glyphs
|
209
|
20 indian-2-column:251:2:94:4:2:0:53:0:Indian charset for 2-column width glyphs
|
|
21 indian-is13194:225:1:94:3:2:0:53:1:Generic Indian charset for data exchange with IS 13194
|
|
22 ascii-right-to-left:166:1:94:3:1:1:66:0:ASCII (left half of ISO8859-1) with right-to-left direction
|
|
23 chinese-cns11643-7:250:2:94:4:2:0:77:0:CNS11643 Plane 7 Chinese Traditional
|
|
24 chinese-cns11643-6:249:2:94:4:2:0:76:0:CNS11643 Plane 6 Chinese Traditional
|
|
25 chinese-cns11643-5:248:2:94:4:2:0:75:0:CNS11643 Plane 5 Chinese Traditional
|
|
26 chinese-cns11643-4:247:2:94:4:2:0:74:0:CNS11643 Plane 4 Chinese Traditional
|
|
27 chinese-cns11643-3:246:2:94:4:2:0:73:0:CNS11643 Plane 3 Chinese Traditional
|
|
28 ethiopic:245:2:94:4:2:0:51:0:Ethiopic characters
|
|
29 arabic-2-column:224:1:94:3:2:1:52:0:Arabic 2-column
|
|
30 arabic-1-column:165:1:94:3:1:1:51:0:Arabic 1-column
|
|
31 arabic-digit:164:1:94:3:1:0:50:0:Arabic digit
|
|
32 vietnamese-viscii-upper:163:1:96:3:1:0:50:1:VISCII1.1 upper-case
|
|
33 vietnamese-viscii-lower:162:1:96:3:1:0:49:1:VISCII1.1 lower-case
|
|
34 ipa:161:1:96:3:1:0:48:1:IPA (International Phonetic Association)
|
|
35 chinese-sisheng:160:1:94:3:1:0:48:0:SiSheng characters for PinYin/ZhuYin
|
|
36 chinese-big5-2:153:2:94:3:2:0:49:0:Big5 Level-2 Chinese traditional
|
|
37 chinese-big5-1:152:2:94:3:2:0:48:0:Big5 Level-1 Chinese traditional
|
|
38 chinese-cns11643-2:150:2:94:3:2:0:72:0:CNS11643 Plane 2 Chinese traditional
|
|
39 chinese-cns11643-1:149:2:94:3:2:0:71:0:CNS11643 Plane 1 Chinese traditional
|
|
40 japanese-jisx0212:148:2:94:3:2:0:68:0:JISX0212 Japanese supplement
|
|
41 korean-ksc5601:147:2:94:3:2:0:67:0:KSC5601 Korean Hangul and Hanja
|
|
42 japanese-jisx0208:146:2:94:3:2:0:66:0:JISX0208.1983/1990 Japanese Kanji
|
|
43 chinese-gb2312:145:2:94:3:2:0:65:0:GB2312 Chinese simplified
|
|
44 japanese-jisx0208-1978:144:2:94:3:2:0:64:0:JISX0208.1978 Japanese Kanji (so called "old JIS")
|
|
45 latin-iso8859-9:141:1:96:2:1:0:77:1:ISO8859-9 (Latin-5)
|
|
46 cyrillic-iso8859-5:140:1:96:2:1:0:76:1:ISO8859-5 (Cyrillic)
|
|
47 latin-jisx0201:138:1:94:2:1:0:74:0:JISX0201.1976 Japanese Roman
|
|
48 katakana-jisx0201:137:1:94:2:1:0:73:1:JISX0201.1976 Japanese Kana
|
|
49 hebrew-iso8859-8:136:1:96:2:1:1:72:1:ISO8859-8 (Hebrew)
|
|
50 arabic-iso8859-6:135:1:96:2:1:1:71:1:ISO8859-6 (Arabic)
|
|
51 greek-iso8859-7:134:1:96:2:1:0:70:1:ISO8859-7 (Greek)
|
|
52 thai-tis620:133:1:96:2:1:0:84:1:TIS620.2529 (Thai)
|
|
53 latin-iso8859-4:132:1:96:2:1:0:68:1:ISO8859-4 (Latin-4)
|
|
54 latin-iso8859-3:131:1:96:2:1:0:67:1:ISO8859-3 (Latin-3)
|
|
55 latin-iso8859-2:130:1:96:2:1:0:66:1:ISO8859-2 (Latin-2)
|
|
56 latin-iso8859-1:129:1:96:2:1:0:65:1:ISO8859-1 (Latin-1)
|
|
57 ascii:000:1:94:1:1:0:66:0:ASCII (ISO646 IRV)
|