On Wed, Jun 27, 2007, Ben Wiley Sittler wrote:
> i also notice that the slang driver prints incorrect output for
> fullwidth characters. for instance, 'Hello' becomes 'HHeelloo',
> but
> 'H e l l o ' is a much better approximation. maybe there should be a
> cucul_utf32_to_ascii-like function that converts to a string of ASCII
> characters instead...
I was thinking about that. Either a string, or a uint16_t that has
an optional MSB with a character value, which is easier to handle (no
allocations) but slightly ugly.
--
Sam.
|