; * admin/notes/unicode: Mention BidiCharacterTest.txt.
This commit is contained in:
parent
73c67dda4f
commit
84eb144ccb
1 changed files with 9 additions and 4 deletions
|
@ -14,11 +14,12 @@ Emacs uses the following files from the Unicode Character Database
|
||||||
. BidiMirroring.txt
|
. BidiMirroring.txt
|
||||||
. BidiBrackets.txt
|
. BidiBrackets.txt
|
||||||
. IVD_Sequences.txt
|
. IVD_Sequences.txt
|
||||||
|
. BidiCharacterTest.txt
|
||||||
|
|
||||||
First, these files need to be copied into admin/unidata/, and then
|
First, the first 5 files need to be copied into admin/unidata/, and
|
||||||
Emacs should be rebuilt for them to take effect. Rebuilding Emacs
|
then Emacs should be rebuilt for them to take effect. Rebuilding
|
||||||
updates several derived files elsewhere in the Emacs source tree,
|
Emacs updates several derived files elsewhere in the Emacs source
|
||||||
mainly in lisp/international/.
|
tree, mainly in lisp/international/.
|
||||||
|
|
||||||
When Emacs is rebuilt for the first time after importing the new
|
When Emacs is rebuilt for the first time after importing the new
|
||||||
files, pay attention to any warning or error messages. In particular,
|
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
|
of Unicode codepoints, which a new release of the Unicode Standard
|
||||||
could change.
|
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
|
Problems, fixmes and other unicode-related issues
|
||||||
-------------------------------------------------------------
|
-------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue