diff options
| author | Eli Zaretskii | 2022-05-04 11:14:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-05-04 11:14:45 +0300 |
| commit | 8f17e4de2d7d5ab21e752b27a355d28b1e17d971 (patch) | |
| tree | 769d204beb9479f8ecd94e78835d5fd02a12d7a5 /admin/notes/unicode | |
| parent | d2913901dcfaec60ce6a199a1252003e818a914d (diff) | |
| download | emacs-8f17e4de2d7d5ab21e752b27a355d28b1e17d971.tar.gz emacs-8f17e4de2d7d5ab21e752b27a355d28b1e17d971.zip | |
Fix 'bidi-class' property of unassigned codepoints
* admin/unidata/unidata-gen.el (unidata-file-alist): Update the
default values of 'bidi-class' according to the latest Unicode
Standard.
* admin/notes/unicode: Mention possible changes in
DerivedBidiClass.txt that need to be reflected in unidata-gen.el.
* lisp/international/characters.el (#xfb50, #xfdf0): Fix the
Arabic block characters. (Bug#55256)
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 41661995000..f699f4fb1c0 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -36,6 +36,12 @@ copyright.html in admin/unidata (some of them might need trailing | |||
| 36 | whitespace removed before they can be committed to the Emacs | 36 | whitespace removed before they can be committed to the Emacs |
| 37 | repository). | 37 | repository). |
| 38 | 38 | ||
| 39 | Next, review the assignment of default values of the Bidi Class | ||
| 40 | property to blocks in the file extracted/DerivedBidiClass.txt from the | ||
| 41 | UCD (search for "unassigned" in that file). Any changes should be | ||
| 42 | reflected in the unidata-gen.el file, where it sets up the default | ||
| 43 | values around line 210. | ||
| 44 | |||
| 39 | Then Emacs should be rebuilt for them to take effect. Rebuilding | 45 | Then Emacs should be rebuilt for them to take effect. Rebuilding |
| 40 | Emacs updates several derived files elsewhere in the Emacs source | 46 | Emacs updates several derived files elsewhere in the Emacs source |
| 41 | tree, mainly in lisp/international/. | 47 | tree, mainly in lisp/international/. |