Prefixes can be in the 1<<15 space, not 1<<8 space.
Rendering journal book text (usually Unicode) did not check to see if the font
actually had characters present for a text character under consideration while rendering.
Put in checks that will fall back on a wctob() mapped character if available,
otherwise render a space (L' ') character.