Strange string comparison using different locales (C and en_US.utf8)
I compared strings with en_US.utf8 locale and found a strange behavior.
Custom locale facets get ignored by std::locale::category
I have created a custom locale facet by specializing std::ctype
for int32_t
, to accommodate my std::basic_string<int32_t>
.