aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii2016-03-11 12:50:55 +0200
committerEli Zaretskii2016-03-11 12:50:55 +0200
commitf8df21b15c9af83f418303f095be6a5a8e13b91b (patch)
tree58d5107913f77360b7656c723fdb8867ca508b8c /admin
parent950be689ca51d754da8f75e272c1454d47c2166b (diff)
downloademacs-f8df21b15c9af83f418303f095be6a5a8e13b91b.tar.gz
emacs-f8df21b15c9af83f418303f095be6a5a8e13b91b.zip
Update admin/notes/unicode
* admin/notes/unicode: Update the list of files from the UCD we are using. Mention the possible need to change 'ucs-names' when importing a new version of the Unicode Standard.
Diffstat (limited to 'admin')
-rw-r--r--admin/notes/unicode7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode
index 51314b199f6..0b2ce90067a 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -10,7 +10,9 @@ Emacs uses the following files from the Unicode Character Database
10(a.k.a. "UCD): 10(a.k.a. "UCD):
11 11
12 . UnicodeData.txt 12 . UnicodeData.txt
13 . Blocks.txt
13 . BidiMirroring.txt 14 . BidiMirroring.txt
15 . BidiBrackets.txt
14 . IVD_Sequences.txt 16 . IVD_Sequences.txt
15 17
16First, these files need to be copied into admin/unidata/, and then 18First, these files need to be copied into admin/unidata/, and then
@@ -37,6 +39,11 @@ Any new scripts added by UnicodeData.txt will also need updates to
37script-representative-chars defined in fontset.el. Other databases in 39script-representative-chars defined in fontset.el. Other databases in
38fontset.el might also need to be updated as needed. 40fontset.el might also need to be updated as needed.
39 41
42The function 'ucs-names', defined in lisp/international/mule-cmds.el,
43might need to be updated because it knows about used and unused ranges
44of Unicode codepoints, which a new release of the Unicode Standard
45could change.
46
40Problems, fixmes and other unicode-related issues 47Problems, fixmes and other unicode-related issues
41------------------------------------------------------------- 48-------------------------------------------------------------
42 49