]> git.eshelyaron.com Git - emacs.git/commitdiff
(japanese-jisx0213-1)
authorDave Love <fx@gnu.org>
Wed, 12 Jun 2002 11:43:30 +0000 (11:43 +0000)
committerDave Love <fx@gnu.org>
Wed, 12 Jun 2002 11:43:30 +0000 (11:43 +0000)
(japanese-jisx0213-2): Add unify-map.

lisp/international/mule-conf.el

index ecf5901899372f371e70efff60e49bc1f2ffaabd..4d3671474ff9f0fea0170e0d646e657b32457a2b 100644 (file)
   :short-name "JISX0213-1"
   :iso-final-char ?O
   :emacs-mule-id  151
+  :unify-map "jisx0213-1"
   :code-space [33 126 33 126]
   :code-offset #x14C000)
 
   :short-name "JISX0213-2"
   :iso-final-char ?P
   :emacs-mule-id 254
+  :unify-map "jisx0213-2"
   :code-space [33 126 33 126]
   :code-offset #x150000)
 
 (unify-charset 'chinese-big5-2)
 (unify-charset 'vietnamese-viscii-lower)
 (unify-charset 'vietnamese-viscii-upper)
-;; (unify-charset 'chinese-sisheng)
+;; Fixme: unifying sucks in the charset tables, which may be large.
+;; (Can we avoid that and do it anyhow?)
+(unify-charset 'chinese-sisheng)
+(unify-charset 'indian-is13194)
 ;; (unify-charset 'ipa)
-;; (unify-charset 'indian-is13194)
 ;; (unify-charset 'tibetan)
 ;; (unify-charset 'ethiopic)
 ;; (unify-charset 'japanese-jisx0208-1978)
 ;; (unify-charset 'japanese-jisx0208)
 ;; (unify-charset 'japanese-jisx0212)
+;; (unify-charset 'japanese-jisx0213-1)
+;; (unify-charset 'japanese-jisx0213-2)
 
 \f
 ;; These are tables for translating characters on decoding and
 ;; encoding.
+;; Fixme: these aren't used now -- should they be?
 (setq standard-translation-table-for-decode nil)
 
 (setq standard-translation-table-for-encode nil)
 
+;; Fixme: should this be retained?  I guess it could be useful for
+;; non-unified charsets.
 (defvar translation-table-for-input nil
   "If non-nil, a char table used to translate characters from input methods.
 \(Currently only used by Quail.)")