]> git.eshelyaron.com Git - emacs.git/commit
Ensure ucs-names is consistent with Unicode names
authorRobert Pluim <rpluim@gmail.com>
Mon, 18 Sep 2023 08:41:01 +0000 (10:41 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 18 Sep 2023 09:55:10 +0000 (11:55 +0200)
commit6bc3800000c6d4ed87330df5eee0958e29aa6521
tree09173493c435faf20a3776e72fd16a56eb507fd0
parent93134bb9c2f46b906b1b31b8fec264123d1962ee
Ensure ucs-names is consistent with Unicode names

* lisp/international/mule-cmds.el (ucs-names): Skip adding an old-name
if it conflicts with the offical name of a codepoint.  Adjust the
ranges iterated over to account for new Unicode codepoints.
* test/lisp/international/mule-tests.el
(mule-cmds-tests--ucs-names-old-name-override,
mule-cmds-tests--ucs-names-missing-names): New tests for checking
'ucs-names' consistency.

Bug#65997
lisp/international/mule-cmds.el
test/lisp/international/mule-tests.el