aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorEli Zaretskii2025-09-13 17:52:30 +0300
committerEli Zaretskii2025-09-13 17:52:30 +0300
commitfd5d35407abb784344c9bf4e0ae731c72df79d57 (patch)
treeb0a62577488c069c0222c5b312cfeebb8c5d8a89 /admin/notes
parent125b3588c9a69625aa72cb3a86c332a804d02458 (diff)
downloademacs-fd5d35407abb784344c9bf4e0ae731c72df79d57.tar.gz
emacs-fd5d35407abb784344c9bf4e0ae731c72df79d57.zip
Fix Unicode-related tests
* test/lisp/international/mule-tests.el (mule-cmds-tests--ucs-names-missing-names): Update no-name regions of codepoints to Unicode 17.0. * lisp/international/mule-cmds.el (ucs-names): Fix comments. * admin/notes/unicode: Update instructions.
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/unicode8
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode
index d111de2d7e8..ae94b5c0a3f 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -102,6 +102,14 @@ Specifically, the values of 'ucs-normalize-composition-exclusions' and
102'check-range", defined at the beginning of ucs-normalize.el, should be 102'check-range", defined at the beginning of ucs-normalize.el, should be
103verified against the latest Unicode data files. 103verified against the latest Unicode data files.
104 104
105Run the ucs-names test:
106
107 make -C test lisp/international/mule-tests
108
109If it fails, the exclusion ranges of codepoints in
110'mule-cmds-tests--ucs-names-missing-names' may need to be updated to the
111added Unicode codepoints.
112
105Next, test normalization functions against NormalizationTests.txt, 113Next, test normalization functions against NormalizationTests.txt,
106in the top-level directory run: 114in the top-level directory run:
107 115