aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/unicode
diff options
context:
space:
mode:
authorEli Zaretskii2022-05-04 11:14:45 +0300
committerEli Zaretskii2022-05-04 11:14:45 +0300
commit8f17e4de2d7d5ab21e752b27a355d28b1e17d971 (patch)
tree769d204beb9479f8ecd94e78835d5fd02a12d7a5 /admin/notes/unicode
parentd2913901dcfaec60ce6a199a1252003e818a914d (diff)
downloademacs-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/unicode6
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
36whitespace removed before they can be committed to the Emacs 36whitespace removed before they can be committed to the Emacs
37repository). 37repository).
38 38
39Next, review the assignment of default values of the Bidi Class
40property to blocks in the file extracted/DerivedBidiClass.txt from the
41UCD (search for "unassigned" in that file). Any changes should be
42reflected in the unidata-gen.el file, where it sets up the default
43values around line 210.
44
39Then Emacs should be rebuilt for them to take effect. Rebuilding 45Then Emacs should be rebuilt for them to take effect. Rebuilding
40Emacs updates several derived files elsewhere in the Emacs source 46Emacs updates several derived files elsewhere in the Emacs source
41tree, mainly in lisp/international/. 47tree, mainly in lisp/international/.