[PATCH] D26979: Do not hard-code locale data in unit tests: get it from the OS instead
Eric van Gyzen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 25 14:17:36 PST 2016
vangyzen added a comment.
I'm glad you mentioned a multibyte thousands_sep, because it //is// multibyte in fr_FR.UTF-8 on FreeBSD 11. Specifically, it's a no-break space (U+00A0).
https://reviews.llvm.org/D26979
More information about the cfe-commits
mailing list