diff options
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index d641e60ff73..da0b0655724 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -49,6 +49,9 @@ of OTF script tags in otf-script-alist, whose source is on this page: | |||
| 49 | https://docs.microsoft.com/en-us/typography/opentype/spec/scripttags | 49 | https://docs.microsoft.com/en-us/typography/opentype/spec/scripttags |
| 50 | 50 | ||
| 51 | Other databases in fontset.el might also need to be updated as needed. | 51 | Other databases in fontset.el might also need to be updated as needed. |
| 52 | One notable place to check is the function setup-default-fontset, | ||
| 53 | where new scripts will generally need some addition, most probably to | ||
| 54 | the list of "simple" scripts (search for "Simple"). | ||
| 52 | 55 | ||
| 53 | The function 'ucs-names', defined in lisp/international/mule-cmds.el, | 56 | The function 'ucs-names', defined in lisp/international/mule-cmds.el, |
| 54 | might need to be updated because it knows about used and unused ranges | 57 | might need to be updated because it knows about used and unused ranges |