(chise-tex-encode-region-for-jis): Don't decompose <CYRILLIC SMALL
authortomo <tomo>
Thu, 26 Jan 2006 17:52:46 +0000 (17:52 +0000)
committertomo <tomo>
Thu, 26 Jan 2006 17:52:46 +0000 (17:52 +0000)
LETTER IO>.

chise2otf/elisp/chise-tex.el

index 1b07312..65ad4b1 100644 (file)
                 ;; ((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 . "'")