(chise-tex-encode-region-for-utf-8-jis): Use \GTpjG{4933} for JU+8DBC.
authortomo <tomo>
Thu, 24 Jan 2008 19:30:44 +0000 (19:30 +0000)
committertomo <tomo>
Thu, 24 Jan 2008 19:30:44 +0000 (19:30 +0000)
chise2otf/elisp/chise-tex.el

index 3eb1948..b144689 100644 (file)
                  ((eq chr ?\u2637)
                   (delete-char)
                   (insert "\\UCSgb{2637}"))
+                 ((eq (encode-char chr '=ucs@jis) #x8DBC)
+                  (delete-char)
+                  (insert (format "\\GTpjG{4933}" ret))
+                  )
                  ((and (encode-char chr '=ucs@jp)
                        (setq ret (char-representative-of-domain chr 'gb))
                        (setq ret (encode-char ret '=ucs@gb))