]> git.eshelyaron.com Git - emacs.git/commit
Improve accuracy of character categories
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 Sep 2024 11:31:28 +0000 (14:31 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:29:52 +0000 (22:29 +0200)
commitb789b2f7869b64e0f805a68c4e5ba42aaa6084fc
tree59a223652a8c4cb0a01f547c780287de9f1bb1ec
parent85c587e57885e1107b637e5094037887c59f1d28
Improve accuracy of character categories

* lisp/international/characters.el: Assign 'digit' category to all
the characters whose Unicode 'general-category' is Nd.

* admin/unidata/blocks.awk: Add code to assign 'symbol' category
to all characters belonging to the 'symbol' script.

* etc/NEWS: Announce the above changes

(cherry picked from commit 7376623a244a91d1de5245645b4b3e8c9469d422)
admin/unidata/blocks.awk
etc/NEWS
lisp/international/characters.el