emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 f8df21b: Update admin/notes/unicode


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 f8df21b: Update admin/notes/unicode
Date: Fri, 11 Mar 2016 10:51:51 +0000

branch: emacs-25
commit f8df21b15c9af83f418303f095be6a5a8e13b91b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 admin/notes/unicode |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/admin/notes/unicode b/admin/notes/unicode
index 51314b1..0b2ce90 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -10,7 +10,9 @@ Emacs uses the following files from the Unicode Character 
Database
 (a.k.a. "UCD):
 
   . UnicodeData.txt
+  . Blocks.txt
   . BidiMirroring.txt
+  . BidiBrackets.txt
   . IVD_Sequences.txt
 
 First, 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
 script-representative-chars defined in fontset.el.  Other databases in
 fontset.el might also need to be updated as needed.
 
+The function 'ucs-names', defined in lisp/international/mule-cmds.el,
+might need to be updated because it knows about used and unused ranges
+of Unicode codepoints, which a new release of the Unicode Standard
+could change.
+
 Problems, fixmes and other unicode-related issues
 -------------------------------------------------------------
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]