Mercurial > emacs
comparison etc/PROBLEMS @ 50772:4de456f5faa3
More excluded charsets for Unicode support.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Thu, 01 May 2003 12:17:54 +0000 |
parents | 30fe8b465071 |
children | 6ec8ac2993aa |
comparison
equal
deleted
inserted
replaced
50771:2bbbcc0dce76 | 50772:4de456f5faa3 |
---|---|
29 | 29 |
30 * Encoding some characters as Unicode (UTF-8/16) is rejected by Emacs. | 30 * Encoding some characters as Unicode (UTF-8/16) is rejected by Emacs. |
31 | 31 |
32 Emacs currently, by default, only supports the parts of the BMP whose | 32 Emacs currently, by default, only supports the parts of the BMP whose |
33 codepoints are in the ranges 0000-33ff and e000-ffff. This excludes | 33 codepoints are in the ranges 0000-33ff and e000-ffff. This excludes |
34 CJK, Yi, Music, and Maths. | 34 CJK, Yi, Music, Maths, Private Use Area, Gothic, and Old Italic. |
35 | 35 |
36 If you try to save a file containing characters with code points | 36 If you try to save a file containing characters with code points |
37 outside this range, Emacs will suggest other compatible coding | 37 outside this range, Emacs will suggest other compatible coding |
38 systems. | 38 systems. |
39 | 39 |