From 7da234eecb148fed807daffb38d92133e162686c Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 7 Jun 2002 11:39:03 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog | 4 ++ etc/charsets/tcvn.map | 142 ++++++++++++++++++++++++++++++++++++++++++ lisp/ChangeLog | 8 +++ 3 files changed, 154 insertions(+) create mode 100644 etc/charsets/tcvn.map diff --git a/etc/ChangeLog b/etc/ChangeLog index 60af7a627f3..65d09699082 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-07 Dave Love + + * charsets/tcvn.map: New file. + 2002-05-31 Dave Love * charsets/tibetan.map, charsets/sisheng.map: diff --git a/etc/charsets/tcvn.map b/etc/charsets/tcvn.map new file mode 100644 index 00000000000..2832f51c540 --- /dev/null +++ b/etc/charsets/tcvn.map @@ -0,0 +1,142 @@ +# Derived by hand from viet-tcvn-decode-table in post-Emacs 21.2 source in the +# absence of any Unicode table from the usual sources. +# Fixme: The comment by that said: Does not support combining characters in the range [176, 180] + +0x0 0x0 +0x1 0xda +0x2 0x1ee4 +0x3 0x3 +0x4 0x1eea +0x5 0x1eec +0x6 0x1eee +0x7-0x10 0x7 +0x11 0x1ee8 +0x12 0x1ef0 +0x13 0x1ef2 +0x14 0x1ef6 +0x15 0x1ef8 +0x16 0xdd +0x17 0x1ef4 +0x18-0x7f 0x18 +0x80 0xc0 +0x81 0x1ea2 +0x82 0xc3 +0x83 0xc1 +0x84 0x1ea0 +0x85 0x1eb6 +0x86 0x1eac +0x87 0xc8 +0x88 0x1eba +0x89 0x1ebc +0x8a 0xc9 +0x8b 0x1eb8 +0x8c 0x1ec6 +0x8d 0xcc +0x8e 0x1ec8 +0x8f 0x128 +0x90 0xcd +0x91 0x1eca +0x92 0xd2 +0x93 0x1ece +0x94 0xd5 +0x95 0xd3 +0x96 0x1ecc +0x97 0x1ed8 +0x98 0x1edc +0x99 0x1ede +0x9a 0x1ee0 +0x9b 0x1eda +0x9c 0x1ee2 +0x9d 0xd9 +0x9e 0x1ee6 +0x9f 0x168 +0xa1 0x102 +0xa2 0xc2 +0xa3 0xca +0xa4 0xd4 +0xa5 0x1a0 +0xa6 0x1af +0xa7 0x110 +0xa8 0x103 +0xa9 0xe2 +0xaa 0xea +0xab 0xf4 +0xac 0x1a1 +0xad 0x1b0 +0xae 0x111 +0xaf 0x1eb0 +0xb5 0xe0 +0xb6 0x1ea3 +0xb7 0xe3 +0xb8 0xe1 +0xb9 0x1ea1 +0xba 0x1eb2 +0xbb 0x1eb1 +0xbc 0x1eb3 +0xbd 0x1eb5 +0xbe 0x1eaf +0xbf 0x1eb4 +0xc0 0x1eae +0xc1 0x1ea6 +0xc2 0x1ea8 +0xc3 0x1eaa +0xc4 0x1ea4 +0xc5 0x1ec0 +0xc6 0x1eb7 +0xc7 0x1ea7 +0xc8 0x1ea9 +0xc9 0x1eab +0xca 0x1ea5 +0xcb 0x1ead +0xcc 0xe8 +0xcd 0x1ec2 +0xce 0x1ebb +0xcf 0x1ebd +0xd0 0xe9 +0xd1 0x1eb9 +0xd2 0x1ec1 +0xd3 0x1ec3 +0xd4 0x1ec5 +0xd5 0x1ebf +0xd6 0x1ec7 +0xd7 0xec +0xd8 0x1ec9 +0xd9 0x1ec4 +0xda 0x1ebe +0xdb 0x1ed2 +0xdc 0x129 +0xdd 0xed +0xde 0x1ecb +0xdf 0xf2 +0xe0 0x1ed4 +0xe1 0x1ecf +0xe2 0xf5 +0xe3 0xf3 +0xe4 0x1ecd +0xe5 0x1ed3 +0xe6 0x1ed5 +0xe7 0x1ed7 +0xe8 0x1ed1 +0xe9 0x1ed9 +0xea 0x1edd +0xeb 0x1edf +0xec 0x1ee1 +0xed 0x1edb +0xee 0x1ee3 +0xef 0xf9 +0xf0 0x1ed6 +0xf1 0x1ee7 +0xf2 0x169 +0xf3 0xfa +0xf4 0x1ee5 +0xf5 0x1eeb +0xf6 0x1eed +0xf7 0x1eef +0xf8 0x1ee9 +0xf9 0x1ef1 +0xfa 0x1ef3 +0xfb 0x1ef7 +0xfc 0x1ef9 +0xfd 0xfd +0xfe 0x1ef5 +0xff 0x1ed0 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 016fc834ca7..538a83df384 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-06-07 Dave Love + + * international/mule-conf.el (tcvn-5712): New charset. + + * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding + system. + ("Vietnamese"): Doc fix. + 2002-06-06 Dave Love * international/mule-conf.el (windows-936): New alias. -- 2.39.5