diff options
| author | Glenn Morris | 2008-02-14 03:55:28 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-14 03:55:28 +0000 |
| commit | b7dece104c051d8dbe57daf0f76fb48f4c773c35 (patch) | |
| tree | 5a265e829902ce45065c6be37832521b85fc5dd7 | |
| parent | 27de9dd2889621ccb837595f9a71a40b94916397 (diff) | |
| download | emacs-b7dece104c051d8dbe57daf0f76fb48f4c773c35.tar.gz emacs-b7dece104c051d8dbe57daf0f76fb48f4c773c35.zip | |
Fix some typos.
| -rw-r--r-- | README.unicode | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.unicode b/README.unicode index bbd83036d5f..4e5b0993559 100644 --- a/README.unicode +++ b/README.unicode | |||
| @@ -18,7 +18,7 @@ regard to completeness. | |||
| 18 | (text-char-description ?£) => "M-#" | 18 | (text-char-description ?£) => "M-#" |
| 19 | 19 | ||
| 20 | These examples are all fixed by the change of 2002-10-14, but | 20 | These examples are all fixed by the change of 2002-10-14, but |
| 21 | there still exist questionalble SINGLE_BYTE_CHAR_P in the | 21 | there still exist questionable SINGLE_BYTE_CHAR_P in the |
| 22 | code (keymap.c and print.c). | 22 | code (keymap.c and print.c). |
| 23 | 23 | ||
| 24 | * Rationalize character syntax and its relationship to the Unicode | 24 | * Rationalize character syntax and its relationship to the Unicode |
| @@ -58,10 +58,10 @@ regard to completeness. | |||
| 58 | 58 | ||
| 59 | * Lazy-load tables for unify-charset somehow? | 59 | * Lazy-load tables for unify-charset somehow? |
| 60 | 60 | ||
| 61 | Actually, Emacs clear out all charset maps and unify-map just | 61 | Actually, Emacs clears out all charset maps and unify-map just |
| 62 | before dumping, and their are loaded again on demand the | 62 | before dumping, and they are loaded again on demand by the |
| 63 | dumped emacs. But, those maps (char tables) generated while | 63 | dumped emacs. But, those maps (char tables) generated while |
| 64 | temacs is running can't be get rid of from the dumped emacs. | 64 | temacs is running can't be removed from the dumped emacs. |
| 65 | 65 | ||
| 66 | * Translation tables for {en,de}code currently aren't supported. | 66 | * Translation tables for {en,de}code currently aren't supported. |
| 67 | 67 | ||
| @@ -83,7 +83,7 @@ regard to completeness. | |||
| 83 | 83 | ||
| 84 | * Revisit locale processing: look at treating the language and | 84 | * Revisit locale processing: look at treating the language and |
| 85 | charset parts separately. (Language should affect things like | 85 | charset parts separately. (Language should affect things like |
| 86 | speling and calendar, but that's not a Unicode issue.) | 86 | spelling and calendar, but that's not a Unicode issue.) |
| 87 | 87 | ||
| 88 | * Handle Unicode combining characters usefully, e.g. diacritics, and | 88 | * Handle Unicode combining characters usefully, e.g. diacritics, and |
| 89 | handle more scripts specifically (à la Devanagari). There are | 89 | handle more scripts specifically (à la Devanagari). There are |
| @@ -99,7 +99,7 @@ regard to completeness. | |||
| 99 | 99 | ||
| 100 | * There's currently no support for Unicode normalization. | 100 | * There's currently no support for Unicode normalization. |
| 101 | 101 | ||
| 102 | * Populate char-width-table correctly for Unicode chanaracters and | 102 | * Populate char-width-table correctly for Unicode characters and |
| 103 | worry about what happens when double-width charsets covering | 103 | worry about what happens when double-width charsets covering |
| 104 | non-CJK characters are unified. | 104 | non-CJK characters are unified. |
| 105 | 105 | ||
| @@ -188,7 +188,7 @@ have these font driver. | |||
| 188 | ftfbfont.c -- font-driver on FB for FreeType fonts. | 188 | ftfbfont.c -- font-driver on FB for FreeType fonts. |
| 189 | bdffbfont.c -- font-driver on FB for BDF fonts. | 189 | bdffbfont.c -- font-driver on FB for BDF fonts. |
| 190 | 190 | ||
| 191 | Note: The fontset related codes are not yet matuared to work well with | 191 | Note: The fontset related codes are not yet matured to work well with |
| 192 | the font backend method. So, for instance, even if you start Emacs | 192 | the font backend method. So, for instance, even if you start Emacs |
| 193 | as something like this: | 193 | as something like this: |
| 194 | % emacs -fn tahoma | 194 | % emacs -fn tahoma |