diff options
| author | Paul Eggert | 2016-03-22 11:01:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-03-22 11:01:30 -0700 |
| commit | 37b9099068c10383e959ee366a52a22516846163 (patch) | |
| tree | f135528cdacc4313be84f7bf1ceade19327d5fe7 /admin/notes/unicode | |
| parent | 6bd1e2203486ace170f5de15cf7d66146fc8cc87 (diff) | |
| parent | 56df61712ac446d3dcd9c897f687cc74a04be314 (diff) | |
| download | emacs-37b9099068c10383e959ee366a52a22516846163.tar.gz emacs-37b9099068c10383e959ee366a52a22516846163.zip | |
-
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 0b2ce90067a..b30bf50ccf0 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -36,8 +36,12 @@ updates in charscript.el, but it is a good idea to look at the results | |||
| 36 | and see if any changes in admin/unidata/blocks.awk are required. | 36 | and see if any changes in admin/unidata/blocks.awk are required. |
| 37 | 37 | ||
| 38 | Any new scripts added by UnicodeData.txt will also need updates to | 38 | Any new scripts added by UnicodeData.txt will also need updates to |
| 39 | script-representative-chars defined in fontset.el. Other databases in | 39 | script-representative-chars defined in fontset.el, and also the list |
| 40 | fontset.el might also need to be updated as needed. | 40 | of OTF script tags in otf-script-alist, whose source is on this page: |
| 41 | |||
| 42 | https://www.microsoft.com/typography/otspec/scripttags.htm | ||
| 43 | |||
| 44 | Other databases in fontset.el might also need to be updated as needed. | ||
| 41 | 45 | ||
| 42 | The function 'ucs-names', defined in lisp/international/mule-cmds.el, | 46 | The function 'ucs-names', defined in lisp/international/mule-cmds.el, |
| 43 | might need to be updated because it knows about used and unused ranges | 47 | might need to be updated because it knows about used and unused ranges |