diff options
author | Kenichi Handa <handa@m17n.org> | 2002-12-09 05:44:06 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2002-12-09 05:44:06 +0000 |
commit | c3ff164a74916a9a1ac625359d555a74d77f3b35 (patch) | |
tree | 9395b61a6fcaf57265f376e53af1eab05cfffdb2 /lisp/international/titdic-cnv.el | |
parent | 85cce8434790780ebdd1f28494987a3d95d52555 (diff) | |
download | emacs-c3ff164a74916a9a1ac625359d555a74d77f3b35.tar.gz |
(titdic-convert): Process the header part in multibyte mode.
Diffstat (limited to 'lisp/international/titdic-cnv.el')
-rw-r--r-- | lisp/international/titdic-cnv.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index 386279d4b31..f2410a27e27 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el @@ -173,7 +173,7 @@ and radicals is as below: ("chinese-tonepy" "$A5wF4(B" "Pinyin base input method for Chinese charset GB2312 (`chinese-gb2312'). -Pinyin is the standared roman transliteration method for Chinese. +Pinyin is the standard roman transliteration method for Chinese. For the details of Pinyin system, see the documentation of the input method `chinese-py'. @@ -499,7 +499,10 @@ the generated Quail package is saved." (if (not (search-forward "\nBEGIN" nil t)) (error "TIT dictionary can't be decoded correctly")) - ;; Process the header part. + ;; Process the header part in multibyte mode. + (with-current-buffer standard-output + (set-buffer-multibyte t)) + (set-buffer-multibyte t) (forward-line 1) (narrow-to-region (point-min) (point)) (tit-process-header filename) @@ -850,7 +853,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." Pinyin base input method for Chinese charset GB2312 (`chinese-gb2312'). -Pinyin is the standared roman transliteration method for Chinese. +Pinyin is the standard roman transliteration method for Chinese. Pinyin uses a sequence of Latin alphabetic characters for each Chinese character. The sequence is made by the combination of the initials \(the beginning sounds) and finals (the ending sounds). |