summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2005-04-16 01:31:29 +0000
committerKenichi Handa <handa@m17n.org>2005-04-16 01:31:29 +0000
commitee3e4cbffeced1ff3de5875677dc64b0130045c1 (patch)
tree4c7806c36b18be7999c6a32b9f7f6a07ff8c085c
parentbba100182db5c59f28ba62bc6e47729c93b9415f (diff)
downloademacs-ee3e4cbffeced1ff3de5875677dc64b0130045c1.tar.gz
(cp-make-coding-system): Set
`translation-table-for-input' property value to the symbol ucs-mule-to-mule-unicode, not to that value. (pt154): Escape guillemet by `\'.
-rw-r--r--lisp/international/code-pages.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/code-pages.el b/lisp/international/code-pages.el
index 112f9ac83d2..7cd92e58aa5 100644
--- a/lisp/international/code-pages.el
+++ b/lisp/international/code-pages.el
@@ -189,7 +189,7 @@ Return an updated `non-iso-charset-alist'."
;; For Quail translation. Fixme: this should really be
;; a separate table that only translates the coding
;; system's safe-chars.
- (cons 'translation-table-for-input ,ucs-mule-to-mule-unicode)))
+ (cons 'translation-table-for-input 'ucs-mule-to-mule-unicode)))
(push (list ',name
nil ; charset list
',decoder
@@ -4475,7 +4475,7 @@ Return an updated `non-iso-charset-alist'."
pt154
[?Җ ?Ғ ?Ӯ ?ғ ?„ ?… ?Ҷ ?Ү ?Ҳ ?ү ?Ҡ ?Ӣ ?Ң ?Қ ?Һ ?Ҹ ?җ ?‘ ?’ ?“ ?” ?• ?–
?— ?ҳ ?ҷ ?ҡ ?ӣ ?ң ?қ ?һ ?ҹ ?  ?Ў ?ў ?Ј ?Ө ?Ҙ ?Ұ ?§ ?Ё ?© ?Ә ?\« ?¬ ?ӯ
- ?® ?Ҝ ?° ?ұ ?І ?і ?ҙ ?ө ?¶ ?· ?ё ?№ ?ә ?» ?ј ?Ҫ ?ҫ ?ҝ ?А ?Б ?В ?Г ?Д
+ ?® ?Ҝ ?° ?ұ ?І ?і ?ҙ ?ө ?¶ ?· ?ё ?№ ?ә ?\» ?ј ?Ҫ ?ҫ ?ҝ ?А ?Б ?В ?Г ?Д
?Е ?Ж ?З ?И ?Й ?К ?Л ?М ?Н ?О ?П ?Р ?С ?Т ?У ?Ф ?Х ?Ц ?Ч ?Ш ?Щ ?Ъ ?Ы
?Ь ?Э ?Ю ?Я ?а ?б ?в ?г ?д ?е ?ж ?з ?и ?й ?к ?л ?м ?н ?о ?п ?р ?с ?т
?у ?ф ?х ?ц ?ч ?ш ?щ ?ъ ?ы ?ь ?э ?ю ?я])