diff options
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index d111de2d7e8..ae94b5c0a3f 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -102,6 +102,14 @@ Specifically, the values of 'ucs-normalize-composition-exclusions' and | |||
| 102 | 'check-range", defined at the beginning of ucs-normalize.el, should be | 102 | 'check-range", defined at the beginning of ucs-normalize.el, should be |
| 103 | verified against the latest Unicode data files. | 103 | verified against the latest Unicode data files. |
| 104 | 104 | ||
| 105 | Run the ucs-names test: | ||
| 106 | |||
| 107 | make -C test lisp/international/mule-tests | ||
| 108 | |||
| 109 | If it fails, the exclusion ranges of codepoints in | ||
| 110 | 'mule-cmds-tests--ucs-names-missing-names' may need to be updated to the | ||
| 111 | added Unicode codepoints. | ||
| 112 | |||
| 105 | Next, test normalization functions against NormalizationTests.txt, | 113 | Next, test normalization functions against NormalizationTests.txt, |
| 106 | in the top-level directory run: | 114 | in the top-level directory run: |
| 107 | 115 | ||