aboutsummaryrefslogtreecommitdiffstats
path: root/README.unicode
diff options
context:
space:
mode:
authorKenichi Handa2002-08-08 13:05:11 +0000
committerKenichi Handa2002-08-08 13:05:11 +0000
commitaeae5b21b2c7cbf187ee0fef4ddbbe9d5e774b71 (patch)
tree295cefec43936b53217da720cc2cf669c144f6e1 /README.unicode
parentd7209fd55821ead77ecceda50afa021e0730e897 (diff)
downloademacs-aeae5b21b2c7cbf187ee0fef4ddbbe9d5e774b71.tar.gz
emacs-aeae5b21b2c7cbf187ee0fef4ddbbe9d5e774b71.zip
*** empty log message ***
Diffstat (limited to 'README.unicode')
-rw-r--r--README.unicode11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.unicode b/README.unicode
index 6a2cb109884..1cef32bddca 100644
--- a/README.unicode
+++ b/README.unicode
@@ -27,7 +27,11 @@ existing support and the extra stuff at
27 presence of small-repertoire 10646-encoded fonts in XFree 4 is a 27 presence of small-repertoire 10646-encoded fonts in XFree 4 is a
28 pain, not currently worked round. 28 pain, not currently worked round.
29 29
30 The work is almost finished, and soon to be commited. 30 With the change on 2002-07-26, multiple fonts can be
31 specified in a fontset for a specific range of characters.
32 Each range can also be specified by script. Before using
33 ISO10646 fonts, Emacs checks their repertories to avoid such
34 fonts that don't have a glyph for a specific character.
31 35
32 * Work is also needed on charset and coding system priorities. 36 * Work is also needed on charset and coding system priorities.
33 37
@@ -54,6 +58,11 @@ existing support and the extra stuff at
54 58
55 * Lazy-load tables for unify-charset somehow? 59 * Lazy-load tables for unify-charset somehow?
56 60
61 Actually, Emacs clear out all charset maps and unify-map just
62 before dumping, and their are loaded again on demand the
63 dumped emacs. But, those maps (char tables) generated while
64 temacs is running can't be get rid of from the dumped emacs.
65
57 * Translation tables for {en,de}code currently aren't supported. 66 * Translation tables for {en,de}code currently aren't supported.
58 67
59 * Defining CCL coding systems currently doesn't work. 68 * Defining CCL coding systems currently doesn't work.