]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/notes/unicode: Mention BidiCharacterTest.txt.
authorEli Zaretskii <eliz@gnu.org>
Wed, 21 Sep 2016 15:14:50 +0000 (18:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 21 Sep 2016 15:14:50 +0000 (18:14 +0300)
admin/notes/unicode

index b30bf50ccf0fd0586f1fb60fd37c8082c2c8bd8b..76479d44975ce00408bd253c3d4efab2fb00f3ed 100644 (file)
@@ -14,11 +14,12 @@ Emacs uses the following files from the Unicode Character Database
   . BidiMirroring.txt
   . BidiBrackets.txt
   . IVD_Sequences.txt
+  . BidiCharacterTest.txt
 
-First, these files need to be copied into admin/unidata/, and then
-Emacs should be rebuilt for them to take effect.  Rebuilding Emacs
-updates several derived files elsewhere in the Emacs source tree,
-mainly in lisp/international/.
+First, the first 5 files need to be copied into admin/unidata/, and
+then Emacs should be rebuilt for them to take effect.  Rebuilding
+Emacs updates several derived files elsewhere in the Emacs source
+tree, mainly in lisp/international/.
 
 When Emacs is rebuilt for the first time after importing the new
 files, pay attention to any warning or error messages.  In particular,
@@ -48,6 +49,10 @@ 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.
 
+The file BidiCharacterTest.txt should be copied to the test suite, and
+if its format has changed, the file biditest.el there should be
+modified to follow suit.
+
 Problems, fixmes and other unicode-related issues
 -------------------------------------------------------------