comparison README.unicode @ 89215:3b4e014cc159

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 15 Oct 2002 01:20:31 +0000
parents 9693e41cc2fd
children a4f536fc73d9
comparison
equal deleted inserted replaced
89214:c7c628d65cc4 89215:3b4e014cc159
17 * SINGLE_BYTE_CHAR_P returns true for Latin-1 characters, which has 17 * SINGLE_BYTE_CHAR_P returns true for Latin-1 characters, which has
18 undesirable effects. E.g.: 18 undesirable effects. E.g.:
19 (multibyte-string-p (let ((s "x")) (aset s 0 ?£) s)) => nil 19 (multibyte-string-p (let ((s "x")) (aset s 0 ?£) s)) => nil
20 (multibyte-string-p (concat [?£])) => nil 20 (multibyte-string-p (concat [?£])) => nil
21 (text-char-description ?£) => "M-#" 21 (text-char-description ?£) => "M-#"
22
23 These examples are all fixed by the change of 2002-10-14, but
24 there still exist questionalble SINGLE_BYTE_CHAR_P in the
25 code.
22 26
23 * Rationalize character syntax and its relationship to the Unicode 27 * Rationalize character syntax and its relationship to the Unicode
24 database. (Applies mainly to symbol an punctuation syntax.) 28 database. (Applies mainly to symbol an punctuation syntax.)
25 29
26 * Fontset handling and customization needs work. We want to relate 30 * Fontset handling and customization needs work. We want to relate
59 before dumping, and their are loaded again on demand the 63 before dumping, and their are loaded again on demand the
60 dumped emacs. But, those maps (char tables) generated while 64 dumped emacs. But, those maps (char tables) generated while
61 temacs is running can't be get rid of from the dumped emacs. 65 temacs is running can't be get rid of from the dumped emacs.
62 66
63 * Translation tables for {en,de}code currently aren't supported. 67 * Translation tables for {en,de}code currently aren't supported.
68
69 This should be fixed by the changes of 2002-10-14.
64 70
65 * Defining CCL coding systems currently doesn't work. 71 * Defining CCL coding systems currently doesn't work.
66 72
67 * iso-2022 charsets get unified on i/o. 73 * iso-2022 charsets get unified on i/o.
68 74