emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/language/china-util.el [emacs-unicod


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/language/china-util.el [emacs-unicode-2]
Date: Mon, 11 Oct 2004 23:07:47 -0400

Index: emacs/lisp/language/china-util.el
diff -c emacs/lisp/language/china-util.el:1.22.4.2 
emacs/lisp/language/china-util.el:1.22.4.3
*** emacs/lisp/language/china-util.el:1.22.4.2  Fri Apr 16 12:50:30 2004
--- emacs/lisp/language/china-util.el   Tue Oct 12 02:51:14 2004
***************
*** 74,80 ****
        (push i chars)
        (setq i (1+ i)))
        (while (< i 127)
!       (push (+ i 128) chars)
        (setq i (1+ i)))
        (apply 'string (nreverse chars)))))
  
--- 74,80 ----
        (push i chars)
        (setq i (1+ i)))
        (while (< i 127)
!       (push (decode-char 'eight-bit (+ i 128)) chars)
        (setq i (1+ i)))
        (apply 'string (nreverse chars)))))
  




reply via email to

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