SOLVED Five-digit Unicode values don't publish
-
Hello,
I'm developing a pi & symbol font, and it maps some symbols to five-digit Unicode code points. Those five-digit values result in empty (unmapped) code points in the generated font. Is there a workaround for this? Will they work in an upcoming version?
Thank you.
(A user posted about accidentally mapping to a five-digit code point in June: http://doc.robofont.com/forums/topic/five-digit-unicode-values/)
-
Make sure you have the unicodes set, not only the glyph name.
Or use
uni<hex-4>
oru<hex-5>
see the GlyphOrderAliasDatabase spec: http://adobe-type-tools.github.io/afdko/MakeOTFUserGuide.html#glyphorderandaliasdb-goadb
-
Sorry to bump a ten-year-old thread, but was this issue fixed?
I'm working on some fonts that include arrows with Unicode values:
uni1F800
uni1F802
uni1F844
uni1F846When I generate the fonts they are not listed in cmap.
-
This will be solved in the next update.... hurray!
-
I have run into this as well in an attempt to export Shavian, which lives deep into the five digits. Does a next update solve this issue?