diff options
| author | Paul Eggert | 2016-09-26 13:35:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-09-26 13:35:56 -0700 |
| commit | fffa49b136b02052073fa584cf7b9fe99b1bf951 (patch) | |
| tree | 6065ab2578cfdd73012045e8911a065ab9e0fe0c /admin/notes/unicode | |
| parent | 2914d52129032c471a6754f4a3961a9dffdc7b18 (diff) | |
| parent | cf9e174ae1d3b1428982204b0786a7db13d94ab7 (diff) | |
| download | emacs-fffa49b136b02052073fa584cf7b9fe99b1bf951.tar.gz emacs-fffa49b136b02052073fa584cf7b9fe99b1bf951.zip | |
Merge from origin/emacs-25
cf9e174 Document the optional zlib library in MS-Windows builds
84eb144 ; * admin/notes/unicode: Mention BidiCharacterTest.txt.
73c67dd Fix tagging of DEFUN by etags
ea1960b Avoid resetting track-mouse by mouse clicks
505fef3 Improve nt/README.W32 instructions
1229cc4 Document that desktop file overrides frame parameters
f0eb70d ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 release
# Conflicts:
# ChangeLog.2
# admin/notes/unicode
# lisp/ldefs-boot.el
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 65df2166f28..c8a956d620a 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -15,11 +15,12 @@ Emacs uses the following files from the Unicode Character Database | |||
| 15 | . BidiBrackets.txt | 15 | . BidiBrackets.txt |
| 16 | . IVD_Sequences.txt | 16 | . IVD_Sequences.txt |
| 17 | . NormalizationTest.txt | 17 | . NormalizationTest.txt |
| 18 | . BidiCharacterTest.txt | ||
| 18 | 19 | ||
| 19 | First, these files need to be copied into admin/unidata/, and then | 20 | First, the first 6 files need to be copied into admin/unidata/, and |
| 20 | Emacs should be rebuilt for them to take effect. Rebuilding Emacs | 21 | then Emacs should be rebuilt for them to take effect. Rebuilding |
| 21 | updates several derived files elsewhere in the Emacs source tree, | 22 | Emacs updates several derived files elsewhere in the Emacs source |
| 22 | mainly in lisp/international/. | 23 | tree, mainly in lisp/international/. |
| 23 | 24 | ||
| 24 | When Emacs is rebuilt for the first time after importing the new | 25 | When Emacs is rebuilt for the first time after importing the new |
| 25 | files, pay attention to any warning or error messages. In particular, | 26 | files, pay attention to any warning or error messages. In particular, |
| @@ -49,7 +50,7 @@ might need to be updated because it knows about used and unused ranges | |||
| 49 | of Unicode codepoints, which a new release of the Unicode Standard | 50 | of Unicode codepoints, which a new release of the Unicode Standard |
| 50 | could change. | 51 | could change. |
| 51 | 52 | ||
| 52 | Finally, test normalization functions against NormalizationTests.txt, | 53 | Next, test normalization functions against NormalizationTests.txt, |
| 53 | in the test/ directory run: | 54 | in the test/ directory run: |
| 54 | 55 | ||
| 55 | make lisp/international/ucs-normalize-tests | 56 | make lisp/international/ucs-normalize-tests |
| @@ -57,6 +58,10 @@ in the test/ directory run: | |||
| 57 | See commentary in test/lisp/international/ucs-normalize-tests.el | 58 | See commentary in test/lisp/international/ucs-normalize-tests.el |
| 58 | regarding failing lines. | 59 | regarding failing lines. |
| 59 | 60 | ||
| 61 | The file BidiCharacterTest.txt should be copied to the test suite, and | ||
| 62 | if its format has changed, the file biditest.el there should be | ||
| 63 | modified to follow suit. | ||
| 64 | |||
| 60 | Problems, fixmes and other unicode-related issues | 65 | Problems, fixmes and other unicode-related issues |
| 61 | ------------------------------------------------------------- | 66 | ------------------------------------------------------------- |
| 62 | 67 | ||