tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: c++: how to print UTF-8 characters in locale?



On Mon, Aug 05, 2019 at 03:34:53PM +0200, Martin Husemann wrote:
> But for concrete solutions: can we hack the conversion (wherever that
> happens) to special case non-breaking-space into simple space when
> truncating to char_t?

More inclined to just ignore the thousand separator if it can't be
converted into a single char_t. That seems to be less likely to break
things?

Joerg


Home | Main Index | Thread Index | Old Index