mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 11:20:39 -08:00
Prefer UTF-8 when the encoding shouldn't matter and changes are small.
This commit is contained in:
parent
11f4d68f25
commit
c38e0c974e
47 changed files with 1084 additions and 1073 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-*-mode: text; coding: latin-1;-*-
|
||||
-*-mode: text; coding: utf-8;-*-
|
||||
|
||||
Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
||||
See the end of the file for license conditions.
|
||||
|
|
@ -12,9 +12,9 @@ regard to completeness.
|
|||
|
||||
* SINGLE_BYTE_CHAR_P returns true for Latin-1 characters, which has
|
||||
undesirable effects. E.g.:
|
||||
(multibyte-string-p (let ((s "x")) (aset s 0 ?£) s)) => nil
|
||||
(multibyte-string-p (concat [?£])) => nil
|
||||
(text-char-description ?£) => "M-#"
|
||||
(multibyte-string-p (let ((s "x")) (aset s 0 ?£) s)) => nil
|
||||
(multibyte-string-p (concat [?£])) => nil
|
||||
(text-char-description ?£) => "M-#"
|
||||
|
||||
These examples are all fixed by the change of 2002-10-14, but
|
||||
there still exist questionable SINGLE_BYTE_CHAR_P in the
|
||||
|
|
@ -77,7 +77,7 @@ regard to completeness.
|
|||
spelling and calendar, but that's not a Unicode issue.)
|
||||
|
||||
* Handle Unicode combining characters usefully, e.g. diacritics, and
|
||||
handle more scripts specifically (à la Devanagari). There are
|
||||
handle more scripts specifically (à la Devanagari). There are
|
||||
issues with canonicalization.
|
||||
|
||||
* We need tabular input methods, e.g. for maths symbols. (Not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue