diff options
| author | Eli Zaretskii | 2015-10-10 22:50:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-10-10 22:50:06 +0300 |
| commit | bb61fa844885a9a9219fc6df7eaaabdbdce45b28 (patch) | |
| tree | e1e0f93185b7443faa1b77143b8aaec43ebab2ca /admin | |
| parent | c0ae12581c8f961ecad6d8ae1a1c4489c0e0abed (diff) | |
| download | emacs-bb61fa844885a9a9219fc6df7eaaabdbdce45b28.tar.gz emacs-bb61fa844885a9a9219fc6df7eaaabdbdce45b28.zip | |
; admin/notes/unicode: Update for latest changes.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/unicode | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index bdef4cb3eda..3901f60954f 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -27,10 +27,11 @@ so will cause aborts in redisplay. | |||
| 27 | 27 | ||
| 28 | Next, review the changes in UnicodeData.txt vs the previous version | 28 | Next, review the changes in UnicodeData.txt vs the previous version |
| 29 | used by Emacs. Any changes, be it introduction of new scripts or | 29 | used by Emacs. Any changes, be it introduction of new scripts or |
| 30 | addition of codepoints to existing scripts, need corresponding changes | 30 | addition of codepoints to existing scripts, might need corresponding |
| 31 | in the data used for filling char-script-table, see characters.el | 31 | changes in the data used for filling the category-table, case-table, |
| 32 | around line 1300. Other databases and settings in characters.el, such | 32 | and char-width-table. The additional scripts should cause automatic |
| 33 | as the data for char-width-table, might also need changes. | 33 | updates in charscript.el, but it is a good idea to look at the results |
| 34 | and see if any changes in admin/unidata/blocks.awk are required. | ||
| 34 | 35 | ||
| 35 | Any new scripts added by UnicodeData.txt will also need updates to | 36 | Any new scripts added by UnicodeData.txt will also need updates to |
| 36 | script-representative-chars defined in fontset.el. Other databases in | 37 | script-representative-chars defined in fontset.el. Other databases in |
| @@ -39,7 +40,7 @@ fontset.el might also need to be updated as needed. | |||
| 39 | Problems, fixmes and other unicode-related issues | 40 | Problems, fixmes and other unicode-related issues |
| 40 | ------------------------------------------------------------- | 41 | ------------------------------------------------------------- |
| 41 | 42 | ||
| 42 | Notes by fx to record various things of variable importance. handa | 43 | Notes by fx to record various things of variable importance. Handa |
| 43 | needs to check them -- don't take too seriously, especially with | 44 | needs to check them -- don't take too seriously, especially with |
| 44 | regard to completeness. | 45 | regard to completeness. |
| 45 | 46 | ||