# HG changeset patch # User Kenichi Handa # Date 1021959503 0 # Node ID 2516c98d56d202a6da40eefd1fa3454a09014bce # Parent 11186ff7ea0daaf17bbb059cfd8eb4e20ff95d3e (vietnamese-viscii-lower, vietnamese-viscii-upper): Supply them :code-offset, then unify by mapping table. diff -r 11186ff7ea0d -r 2516c98d56d2 lisp/international/mule-conf.el --- 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.