From 65076506d9d10efab8638a3f75e1087df4ae9f2d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 21 May 2002 05:38:23 +0000 Subject: [PATCH] (vietnamese-viscii-lower, vietnamese-viscii-upper): Supply them :code-offset, then unify by mapping table. --- lisp/international/mule-conf.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index b4343768060..50ee4630388 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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. -- 2.39.2