Re: [Cppcms-users] Boost Locale: Undefined behavior in POSIX backend
Brought to you by:
artyom-beilis
|
From: Artyom <art...@ya...> - 2010-09-16 21:10:57
|
Yes, indeed, if you don't use any advanced
locale features then these small backends
are the way to go.
That is why I created them.
Aryom
> Yes, the POSIX locale support even under C appears to be weak for those
> two BSD derived systems. However, this particular failure does not
> disuade me from using the new POSIX backend, since I intend to do any
> conversions or collation after normalizing input to UTF-8. This seemed
> like an acceptable tradeoff versus linking with ICU. Fortunately it
> appears the POSIX locale now passes all the tests in the UTF-8 encoding,
> so thank you!
>
> Kevin
|