projects
/
chise
/
omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688869b
)
(chise-tex-encode-region-for-utf-8-jis): Use \GTpjG{4933} for JU+8DBC.
author
tomo
<tomo>
Thu, 24 Jan 2008 19:30:44 +0000
(19:30 +0000)
committer
tomo
<tomo>
Thu, 24 Jan 2008 19:30:44 +0000
(19:30 +0000)
chise2otf/elisp/chise-tex.el
patch
|
blob
|
history
diff --git
a/chise2otf/elisp/chise-tex.el
b/chise2otf/elisp/chise-tex.el
index
3eb1948
..
b144689
100644
(file)
--- a/
chise2otf/elisp/chise-tex.el
+++ b/
chise2otf/elisp/chise-tex.el
@@
-411,6
+411,10
@@
((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))