diff options
| author | Po Lu | 2023-08-06 21:45:44 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-06 21:45:44 +0800 |
| commit | 7ffc5f86e4636f9837a46ea75bee7475caaf5c04 (patch) | |
| tree | 4820056bc76fb582d865b04cc811bafe44d63100 /admin | |
| parent | 7873369338ee0159ca285153fd4592cbcff65d7a (diff) | |
| parent | 10a7615b5d45bcd909bb03d67423b337dfe93b1e (diff) | |
| download | emacs-7ffc5f86e4636f9837a46ea75bee7475caaf5c04.tar.gz emacs-7ffc5f86e4636f9837a46ea75bee7475caaf5c04.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/unicode | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 31c850af8fd..b4f23f68def 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -72,7 +72,10 @@ characters are those marked with W or F in that file. Zero-width | |||
| 72 | characters are not taken from EastAsianWidth.txt, they are those whose | 72 | characters are not taken from EastAsianWidth.txt, they are those whose |
| 73 | Unicode General Category property is one of Mn, Me, or Cf, and also | 73 | Unicode General Category property is one of Mn, Me, or Cf, and also |
| 74 | Hangul jungseong and jongseong characters (a.k.a. "Jamo medial vowels" | 74 | Hangul jungseong and jongseong characters (a.k.a. "Jamo medial vowels" |
| 75 | and "Jamo final consonants"). | 75 | and "Jamo final consonants"). The list of "ambiguous-width |
| 76 | characters" recorded in the ambiguous-width-chars table (around line | ||
| 77 | 1400 of characters.el) should also be checked against the latest | ||
| 78 | Unicode data in EastAsianWidth.txt. | ||
| 76 | 79 | ||
| 77 | Any new scripts added by UnicodeData.txt will also need updates to | 80 | Any new scripts added by UnicodeData.txt will also need updates to |
| 78 | script-representative-chars defined in fontset.el, and also the list | 81 | script-representative-chars defined in fontset.el, and also the list |