88740
|
1 -*-text-*-
|
|
2
|
|
3 Problems, fixmes and other issues in the emacs-unicode branch
|
88884
|
4 -------------------------------------------------------------
|
88740
|
5
|
88836
|
6 Notes by fx to record various things of variable importance. handa
|
|
7 needs to check them -- don't take too seriously, especially with
|
|
8 regard to completeness.
|
88740
|
9
|
88884
|
10 _Do take seriously that you don't want this branch unless you're
|
|
11 actually working on it; you risk your data by actually using it._ If
|
|
12 you just want to edit Unicode and/or unify iso-8859 et al, see the
|
|
13 existing support and the extra stuff at
|
|
14 <URL:ftp://dlpx1.dl.ac.uk/fx/emacs/Mule>, mostly now in the CVS trunk.
|
|
15 (Editing support is mostly orthogonal to the internal representation.)
|
88740
|
16
|
88884
|
17 * SINGLE_BYTE_CHAR_P returns true for Latin-1 characters, which has
|
|
18 undesirable effects.
|
88740
|
19
|
|
20 * Rationalize character syntax and its relationship to the Unicode
|
|
21 database. Specifically, the latin-N.el files aren't consistent for
|
88884
|
22 common characters (and obviously have redundancies except in
|
|
23 unibyte mode).
|
88740
|
24
|
88884
|
25 * Fontset handling and customization needs work. We want to relate
|
|
26 fonts to scripts, probably based on the Unicode blocks. The
|
|
27 presence of small-repertoire 10646-encoded fonts in XFree 4 is a
|
|
28 pain, not currently worked round.
|
88740
|
29
|
88891
|
30 The work is almost finished, and soon to be commited.
|
|
31
|
88884
|
32 * Work is also needed on charset and coding system priorities.
|
88740
|
33
|
|
34 * The relevant bits of latin1-disp.el need porting (and probably
|
|
35 re-naming/updating). See also cyril-util.el.
|
|
36
|
88884
|
37 * Quail files need more work now the encoding is irrelevant.
|
88740
|
38
|
|
39 * What to do with the old coding categories stuff?
|
|
40
|
88884
|
41 * Syntax for symbols &c in characters.el needs looking at.
|
88740
|
42
|
|
43 * The preferred-coding-system property of charsets should probably be
|
|
44 junked unless it can be made more useful now.
|
|
45
|
88884
|
46 * find-coding-systems-for-charsets needs re-writing or removing.
|
88740
|
47
|
|
48 * find-multibyte-characters needs looking at.
|
|
49
|
|
50 * Implement Korean cp949/UHC and any other important missing
|
|
51 charsets.
|
|
52
|
88884
|
53 * Check up on definitions of tcvn and alternativnj.
|
88740
|
54
|
|
55 * Lazy-load tables for unify-charset somehow?
|
|
56
|
88836
|
57 * Translation tables for {en,de}code currently aren't supported.
|
88740
|
58
|
|
59 * Defining CCL coding systems currently doesn't work.
|
|
60
|
|
61 * iso-2022 charsets get unified on i/o.
|
|
62
|
|
63 * Revisit locale processing: look at treating the language and
|
|
64 charset parts separately. (Language should affect things like
|
|
65 speling and calendar, but that's not a Unicode issue.)
|
|
66
|
|
67 * Handle Unicode combining characters usefully, e.g. diacritics, and
|
88884
|
68 handle more scripts specifically (à la Devanagari). There are
|
88740
|
69 issues with canonicalization.
|
|
70
|
88836
|
71 * Bidi is a separate issue with no support currently.
|
88740
|
72
|
|
73 * DTRT with X keysyms. We should get the right unicode for a given
|
|
74 keysym, not decode raw bytes in some ill-defined coding system.
|
|
75 (fx has some data on keysyms v. unicodes.)
|
|
76
|
|
77 * We need tabular input methods, e.g. for maths symbols. (Not
|
|
78 specific to Unicode.)
|
|
79
|
|
80 * Need multibyte text in menus, e.g. for the above. (Not specific to
|
|
81 Unicode.)
|
88836
|
82
|
|
83 * Still can't have case pairs which have different byte lengths --
|
|
84 can that be fixed for Turkish, at least?
|
|
85
|
|
86 * There's currently no support for Unicode normalization.
|
|
87
|
88884
|
88 * Populate char-width-table correctly for Unicode chanaracters and
|
|
89 worry about what happens when double-width charsets covering
|
|
90 non-CJK characters are unified.
|
|
91
|
|
92 * Emacs 20/21 .elc files are currently not loadable. It may or may
|
|
93 not be possible to do this properly.
|
|
94
|
88891
|
95 With the change on 2002-07-24, elc files generated by Emacs
|
|
96 20.3 and later are correctly loaded (including those
|
|
97 containing multibyte characters and compressed). But, elc
|
|
98 files generated by 20.2 and the primer are still not loadable.
|
|
99 Is it really worth working on it?
|
|
100
|
88884
|
101 * Encoding issues in babyl files/rmail need sorting out.
|
|
102
|
|
103 * Gnus still needs some attention, and we need to get changes
|
|
104 accepted by Gnus maintainers...
|
|
105
|
88836
|
106 * You can grep the code for lots of fixmes.
|