* admin/unidata/uvs.el (uvs-print-table-ivd): Add more header detail.
This commit is contained in:
parent
9a162e276e
commit
4b42ef02d9
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,8 @@ corresponding number."
|
|||
(uvs-alist-from-ivd collection-id
|
||||
sequence-id-to-glyph-func))))
|
||||
(set-binary-mode 'stdout t)
|
||||
(princ "/* Automatically generated by uvs.el. */\n")
|
||||
(princ "/* This file was automatically generated from admin/unidata/IVD_Sequences.txt\n")
|
||||
(princ " by the script admin/unidata/uvs.el */\n")
|
||||
(princ
|
||||
(format "static const unsigned char mac_uvs_table_%s_bytes[] =\n {\n"
|
||||
(replace-regexp-in-string "[^_[:alnum:]]" "_"
|
||||
|
|
Loading…
Add table
Reference in a new issue