Mercurial > emacs
changeset 88588:2516c98d56d2
(vietnamese-viscii-lower, vietnamese-viscii-upper): Supply them
:code-offset, then unify by mapping table.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 21 May 2002 05:38:23 +0000 |
parents | 11186ff7ea0d |
children | f09f6d2eb15c |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Tue May 21 05:09:20 2002 +0000 +++ b/lisp/international/mule-conf.el Tue May 21 05:38:23 2002 +0000 @@ -417,7 +417,8 @@ :iso-final-char ?1 :emacs-mule-id 162 :code-space [32 127] - :map "viscii-lower") + :code-offset #x200200 + :unify-map "viscii-lower") (define-charset 'vietnamese-viscii-upper "VISCII1.1 upper-case" @@ -426,7 +427,8 @@ :iso-final-char ?2 :emacs-mule-id 163 :code-space [32 127] - :map "viscii-upper") + :code-offset #x200280 + :unify-map "viscii-upper") (define-charset 'vscii "VSCII1.1" @@ -786,6 +788,9 @@ (unify-charset 'big5) (unify-charset 'chinese-big5-1) (unify-charset 'chinese-big5-2) +(unify-charset 'vietnamese-viscii-lower) +(unify-charset 'vietnamese-viscii-upper) + ;; These are tables for translating characters on decoding and ;; encoding.