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:
b34da0a
)
(chise-tex-encode-region-for-jis): Don't decompose <CYRILLIC SMALL
author
tomo
<tomo>
Thu, 26 Jan 2006 17:52:46 +0000
(17:52 +0000)
committer
tomo
<tomo>
Thu, 26 Jan 2006 17:52:46 +0000
(17:52 +0000)
LETTER IO>.
chise2otf/elisp/chise-tex.el
patch
|
blob
|
history
diff --git
a/chise2otf/elisp/chise-tex.el
b/chise2otf/elisp/chise-tex.el
index
1b07312
..
65ad4b1
100644
(file)
--- a/
chise2otf/elisp/chise-tex.el
+++ b/
chise2otf/elisp/chise-tex.el
@@
-101,7
+101,8
@@
;; ((setq ret (encode-char chr '=jis-x0208-1990))
;; (delete-char)
;; (insert (decode-char '=jis-x0208-1983 ret)))
- ((and (setq ret (char-feature chr '=decomposition))
+ ((and (not (eq (char-ucs chr) #x0451))
+ (setq ret (char-feature chr '=decomposition))
(setq modifier (assq (nth 1 ret)
'((?\u0300 . "`")
(?\u0301 . "'")