/[emacs]/emacs/lisp/international/utf-8.el
ViewVC logotype

Diff of /emacs/lisp/international/utf-8.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by fx, Wed Jul 24 22:21:58 2002 UTC revision 1.16 by handa, Thu Sep 5 00:26:19 2002 UTC
# Line 127  decoded into mule-unicode-0100-24ff.") Line 127  decoded into mule-unicode-0100-24ff.")
127     (?$,1(|(B . ?,L|(B) (?$,1(~(B . ?,L~(B) (?$,1((B . ?,L(B)))     (?$,1(|(B . ?,L|(B) (?$,1(~(B . ?,L~(B) (?$,1((B . ?,L(B)))
128    
129  (defcustom utf-8-fragment-on-decoding nil  (defcustom utf-8-fragment-on-decoding nil
130    "Whether or not to decode some scripts in UTF-8 text into 8-bit characters.    "Whether or not to decode some scripts in UTF-8 text into iso8859 charsets.
131  Setting this means that the relevant Cyrillic and Greek characters are  Setting this means that the relevant Cyrillic and Greek characters are
132  decoded into the iso8859 charsets rather than into  decoded into the iso8859 charsets rather than into
133  mule-unicode-0100-24ff.  The 8-bit characters take half as much space  mule-unicode-0100-24ff.  The iso8859 charsets take half as much space
134  in the buffer, but using them may affect how the buffer can be re-encoded  in the buffer, but using them may affect how the buffer can be re-encoded
135  and may require a different input method to search for them, for instance.  and may require a different input method to search for them, for instance.
136  See `unify-8859-on-decoding-mode' and `unify-8859-on-encoding-mode'  See `unify-8859-on-decoding-mode' and `unify-8859-on-encoding-mode'
137  for mechanisms to make this largely transparent."  for mechanisms to make this largely transparent.
138    
139    Setting this variable outside customize has no effect."
140    :set (lambda (s v)    :set (lambda (s v)
141           (if v           (if v
142               (define-translation-table 'utf-8-translation-table-for-decode               (define-translation-table 'utf-8-translation-table-for-decode

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26