emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/titdic-cnv.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/titdic-cnv.el
Date: Mon, 09 Dec 2002 00:42:22 -0500

Index: emacs/lisp/international/titdic-cnv.el
diff -c emacs/lisp/international/titdic-cnv.el:1.34 
emacs/lisp/international/titdic-cnv.el:1.35
*** emacs/lisp/international/titdic-cnv.el:1.34 Thu Dec  5 03:39:14 2002
--- emacs/lisp/international/titdic-cnv.el      Mon Dec  9 00:42:22 2002
***************
*** 173,179 ****
      ("chinese-tonepy" "$A5wF4(B"
       "Pinyin base input method for Chinese charset GB2312 (`chinese-gb2312').
  
! Pinyin is the standared roman transliteration method for Chinese.
  For the details of Pinyin system, see the documentation of the input
  method `chinese-py'.
  
--- 173,179 ----
      ("chinese-tonepy" "$A5wF4(B"
       "Pinyin base input method for Chinese charset GB2312 (`chinese-gb2312').
  
! 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,505 ****
          (if (not (search-forward "\nBEGIN" nil t))
              (error "TIT dictionary can't be decoded correctly"))
  
!         ;; Process the header part.
          (forward-line 1)
          (narrow-to-region (point-min) (point))
          (tit-process-header filename)
--- 499,508 ----
          (if (not (search-forward "\nBEGIN" nil t))
              (error "TIT dictionary can't be decoded correctly"))
  
!         ;; 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,856 ****
  
  Pinyin base input method for Chinese charset GB2312 (`chinese-gb2312').
  
! Pinyin is the standared 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).
--- 853,859 ----
  
  Pinyin base input method for Chinese charset GB2312 (`chinese-gb2312').
  
! 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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]