diff options
| author | Dave Love | 2003-09-18 19:43:25 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-18 19:43:25 +0000 |
| commit | bc9cf3a13ade13159c1f0026611130d2c11c5ed5 (patch) | |
| tree | b7b6974d16a3d9d68f4e626f726c5b571bff7f9d | |
| parent | b7a5cee9c91ac4a496a77f1860b4bd37a75534cf (diff) | |
| download | emacs-bc9cf3a13ade13159c1f0026611130d2c11c5ed5.tar.gz emacs-bc9cf3a13ade13159c1f0026611130d2c11c5ed5.zip | |
*** empty log message ***
| -rw-r--r-- | README.unicode | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/README.unicode b/README.unicode index 754f2848a88..5504bc27dbf 100644 --- a/README.unicode +++ b/README.unicode | |||
| @@ -38,12 +38,16 @@ existing support and the extra stuff at | |||
| 38 | ISO10646 fonts, Emacs checks their repertories to avoid such | 38 | ISO10646 fonts, Emacs checks their repertories to avoid such |
| 39 | fonts that don't have a glyph for a specific character. | 39 | fonts that don't have a glyph for a specific character. |
| 40 | 40 | ||
| 41 | fx has worked on fontset customization, but was stymied by | ||
| 42 | basic problems with the way the default face is dealt with | ||
| 43 | (and something else, I think). This needs revisiting. | ||
| 44 | |||
| 41 | * Work is also needed on charset and coding system priorities. | 45 | * Work is also needed on charset and coding system priorities. |
| 42 | 46 | ||
| 43 | * The relevant bits of latin1-disp.el need porting (and probably | 47 | * The relevant bits of latin1-disp.el need porting (and probably |
| 44 | re-naming/updating). See also cyril-util.el. | 48 | re-naming/updating). See also cyril-util.el. |
| 45 | 49 | ||
| 46 | * Quail files need more work now the encoding is irrelevant. | 50 | * Quail files need more work now the encoding is largely irrelevant. |
| 47 | 51 | ||
| 48 | * What to do with the old coding categories stuff? | 52 | * What to do with the old coding categories stuff? |
| 49 | 53 | ||
| @@ -55,8 +59,6 @@ existing support and the extra stuff at | |||
| 55 | * Implement Korean cp949/UHC, BIG5-HKSCS and any other important missing | 59 | * Implement Korean cp949/UHC, BIG5-HKSCS and any other important missing |
| 56 | charsets. | 60 | charsets. |
| 57 | 61 | ||
| 58 | * Check up on definition of alternativnj. | ||
| 59 | |||
| 60 | * Lazy-load tables for unify-charset somehow? | 62 | * Lazy-load tables for unify-charset somehow? |
| 61 | 63 | ||
| 62 | Actually, Emacs clear out all charset maps and unify-map just | 64 | Actually, Emacs clear out all charset maps and unify-map just |
| @@ -96,7 +98,7 @@ existing support and the extra stuff at | |||
| 96 | specific to Unicode.) | 98 | specific to Unicode.) |
| 97 | 99 | ||
| 98 | * Need multibyte text in menus, e.g. for the above. (Not specific to | 100 | * Need multibyte text in menus, e.g. for the above. (Not specific to |
| 99 | Unicode.) | 101 | Unicode -- see Emacs etc/TODO, but now mostly works with gtk.) |
| 100 | 102 | ||
| 101 | * There's currently no support for Unicode normalization. | 103 | * There's currently no support for Unicode normalization. |
| 102 | 104 | ||