aboutsummaryrefslogtreecommitdiffstats
path: root/README.unicode
diff options
context:
space:
mode:
authorDave Love2002-07-05 18:41:43 +0000
committerDave Love2002-07-05 18:41:43 +0000
commit63d6cc6221cddeb1beedecd42acb6f9d070c654b (patch)
tree7bc4c78019450106de1d9e06cf62cd36edff4322 /README.unicode
parenta4cc68f6fce065e44c7c9668f6ec7f0b26acd688 (diff)
downloademacs-63d6cc6221cddeb1beedecd42acb6f9d070c654b.tar.gz
emacs-63d6cc6221cddeb1beedecd42acb6f9d070c654b.zip
*** empty log message ***
Diffstat (limited to 'README.unicode')
-rw-r--r--README.unicode27
1 files changed, 17 insertions, 10 deletions
diff --git a/README.unicode b/README.unicode
index 4f0709b6ee5..5ce0dd53657 100644
--- a/README.unicode
+++ b/README.unicode
@@ -2,14 +2,15 @@
2 2
3Problems, fixmes and other issues in the emacs-unicode branch 3Problems, fixmes and other issues in the emacs-unicode branch
4 4
5Notes by fx to record a few things. handa needs to check them -- 5Notes by fx to record various things of variable importance. handa
6don't take too seriously, especially with regard to completeness. 6needs to check them -- don't take too seriously, especially with
7regard to completeness.
7 8
8Do take seriously that you don't want this CVS branch unless you're 9_Do take seriously that you don't want this CVS branch unless you're
9actually working on it. If you just want to edit Unicode and/or unify 10actually working on it; you'd risk your data._ If you just want to
10iso-8859 et al, see the existing support and the extra stuff at 11edit Unicode and/or unify iso-8859 et al, see the existing support and
11<URL:ftp://dlpx1.dl.ac.uk/fx/emacs/Mule>. Editing support is mostly 12the extra stuff at <URL:ftp://dlpx1.dl.ac.uk/fx/emacs/Mule>. Editing
12orthogonal to the internal representation. 13support is mostly orthogonal to the internal representation.
13 14
14 * SINGLE_BYTE_CHAR_P returns true for Latin-1 characters. 15 * SINGLE_BYTE_CHAR_P returns true for Latin-1 characters.
15 16
@@ -47,8 +48,7 @@ orthogonal to the internal representation.
47 48
48 * Lazy-load tables for unify-charset somehow? 49 * Lazy-load tables for unify-charset somehow?
49 50
50 * Should translation tables for {en,de}code and input work now or be 51 * Translation tables for {en,de}code currently aren't supported.
51 scrapped?
52 52
53 * Defining CCL coding systems currently doesn't work. 53 * Defining CCL coding systems currently doesn't work.
54 54
@@ -62,7 +62,7 @@ orthogonal to the internal representation.
62 handle more scripts specifically (á la Devanagari). There are 62 handle more scripts specifically (á la Devanagari). There are
63 issues with canonicalization. 63 issues with canonicalization.
64 64
65 * Bidi is a separate issue. 65 * Bidi is a separate issue with no support currently.
66 66
67 * DTRT with X keysyms. We should get the right unicode for a given 67 * DTRT with X keysyms. We should get the right unicode for a given
68 keysym, not decode raw bytes in some ill-defined coding system. 68 keysym, not decode raw bytes in some ill-defined coding system.
@@ -73,3 +73,10 @@ orthogonal to the internal representation.
73 73
74 * Need multibyte text in menus, e.g. for the above. (Not specific to 74 * Need multibyte text in menus, e.g. for the above. (Not specific to
75 Unicode.) 75 Unicode.)
76
77 * Still can't have case pairs which have different byte lengths --
78 can that be fixed for Turkish, at least?
79
80 * There's currently no support for Unicode normalization.
81
82 * You can grep the code for lots of fixmes.