(chise-tex-encode-region-for-utf-8-jis): Accept `-' as a Cyrillic
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 30 Jan 2009 07:06:15 +0000 (07:06 +0000)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 30 Jan 2009 07:06:15 +0000 (07:06 +0000)
character.

elisp/chise-tex.el

index 79bdd48..260f78b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; chise-tex.el --- Coding-system based chise2otf like tool
 
-;; Copyright (C) 2004,2005,2006,2007,2008 MORIOKA Tomohiko
+;; Copyright (C) 2004,2005,2006,2007,2008,2009 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
 ;; Keywords: OTF package, pTeX, CHISE, Multiscript, Multilingual
               ;;   )
              (insert "\\CyrillicScript{")
              (forward-char)
-             (skip-chars-forward "\u0400-\u04F9 ")
+             (skip-chars-forward "---\u0400-\u04F9 ")
              (insert "}")
               ;; (setq font-encoding 'T2A)
              )