X-Git-Url: http://git.shiar.net/unifont.git/blobdiff_plain/48e3a36faf203c4d25e024994f103fce1fcc8fca:/font/hexsrc/README..94e124fae89a45ee2f95b3720826c9041751c776:/font/plane00/README diff --git a/font/hexsrc/README b/font/plane00/README similarity index 72% rename from font/hexsrc/README rename to font/plane00/README index d396955..22c8dd6 100644 --- a/font/hexsrc/README +++ b/font/plane00/README @@ -6,6 +6,7 @@ leaves 65,536 - 2,048 = 63,488 code points. hangul-syllables.hex nonprinting.hex + omit.hex pua.hex spaces.hex unassigned.hex @@ -19,14 +20,15 @@ The number of lines can be conveniently determined in this directory with The last line will be a grand total, and this should equal 63,488. Here is the current output of "wc -l *.hex" with the Unifont 6.3 glyph files: - 11172 hangul-syllables.hex - 98 nonprinting.hex - 6400 pua.hex - 16 spaces.hex - 2325 unassigned.hex - 15651 unifont-base.hex - 27826 wqy.hex - 63488 total + 11172 hangul-syllables.hex + 96 nonprinting.hex + 2 omit.hex + 6400 pua.hex + 16 spaces.hex + 2325 unassigned.hex + 15651 unifont-base.hex + 27826 wqy.hex + 63488 total If there are any duplicates, most likely these will be from new glyphs being added to unifont-base.hex that were not removed from unassigned.hex. @@ -36,13 +38,13 @@ A simple comparison using unidup will show this: If there are duplicate code points, unidup will print them. -Note that nonprinting.hex, pua.hex, and unassigned.hex might not be -included in the final generated unifont.hex file. If desired, they -can all be added by modifying the make file one level above this +Note that nonprinting.hex, pua.hex, and unassigned.hex might +not be included in the final generated unifont.hex file. If desired, +they can all be added by modifying the make file one level above this directory (modify the UNIFILES definition in ../Makefile) or with the call to "make" in the top-level directory with a command such as: make UNASSIGNED="hexsrc/unassigned.hex" PUA="hexsrc/pua.hex" -Paul Hardy, 2013 +Paul Hardy, 2014