vtfontcvt: support .hex fonts with characters beyond the Unicode BMP
commit9bc25213eaf35499ff521d2eac72813f3806aa52
authoremaste <emaste@FreeBSD.org>
Tue, 15 Mar 2016 21:32:46 +0000 (15 21:32 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 15 Mar 2016 21:32:46 +0000 (15 21:32 +0000)
tree5cd6a78c688955fe9c4409f9dc31e5512e97eb1a
parent7521c72f7766b3f7ae1a37b4fb13268d36fa4c12
vtfontcvt: support .hex fonts with characters beyond the Unicode BMP

This is already supported by the vt(4) vfnt format mapping from code
points to glyphs. Update the .hex font parser to accept up to six hex
digits.
usr.bin/vtfontcvt/vtfontcvt.c