unifont-6.3.20140202.tar.gz
[unifont.git] / font / plane00 / README
similarity index 72%
rename from font/hexsrc/README
rename to font/plane00/README
index d3969557ecf6a16104ff44d4fb6f0addad15d2e6..22c8dd6aa9317792fe75922378b84b637018b1f6 100644 (file)
@@ -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