[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/international/utf-8.el
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/international/utf-8.el |
Date: |
Wed, 04 Sep 2002 20:26:19 -0400 |
Index: emacs/lisp/international/utf-8.el
diff -c emacs/lisp/international/utf-8.el:1.15
emacs/lisp/international/utf-8.el:1.16
*** emacs/lisp/international/utf-8.el:1.15 Wed Jul 24 18:21:58 2002
--- emacs/lisp/international/utf-8.el Wed Sep 4 20:26:19 2002
***************
*** 127,140 ****
(?$,1(|(B . ?,L|(B) (?$,1(~(B . ?,L~(B) (?$,1((B . ?,L(B)))
(defcustom utf-8-fragment-on-decoding nil
! "Whether or not to decode some scripts in UTF-8 text into 8-bit characters.
Setting this means that the relevant Cyrillic and Greek characters are
decoded into the iso8859 charsets rather than into
! mule-unicode-0100-24ff. The 8-bit characters take half as much space
in the buffer, but using them may affect how the buffer can be re-encoded
and may require a different input method to search for them, for instance.
See `unify-8859-on-decoding-mode' and `unify-8859-on-encoding-mode'
! for mechanisms to make this largely transparent."
:set (lambda (s v)
(if v
(define-translation-table 'utf-8-translation-table-for-decode
--- 127,142 ----
(?$,1(|(B . ?,L|(B) (?$,1(~(B . ?,L~(B) (?$,1((B . ?,L(B)))
(defcustom utf-8-fragment-on-decoding nil
! "Whether or not to decode some scripts in UTF-8 text into iso8859 charsets.
Setting this means that the relevant Cyrillic and Greek characters are
decoded into the iso8859 charsets rather than into
! mule-unicode-0100-24ff. The iso8859 charsets take half as much space
in the buffer, but using them may affect how the buffer can be re-encoded
and may require a different input method to search for them, for instance.
See `unify-8859-on-decoding-mode' and `unify-8859-on-encoding-mode'
! for mechanisms to make this largely transparent.
!
! Setting this variable outside customize has no effect."
:set (lambda (s v)
(if v
(define-translation-table 'utf-8-translation-table-for-decode
- [Emacs-diffs] Changes to emacs/lisp/international/utf-8.el,
Kenichi Handa <=