[libcxx-commits] [PATCH] D125923: [libc++][CI] fixed convert_thousands_sep_ru_RU for Russian in the libcxx/test/support/locale_helpers.h for AIX

David Tenty via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 20 12:23:01 PDT 2022


daltenty accepted this revision.
daltenty added a comment.

LGTM, thanks!



================
Comment at: libcxx/test/support/locale_helpers.h:63
 // GLIBC 2.27 uses U+202F NARROW NO-BREAK SPACE as a thousands separator.
 // FreeBSD and Windows use U+00A0 NO-BREAK SPACE.
 std::wstring convert_thousands_sep_ru_RU(std::wstring const& in) {
----------------
Nit, maybe update the comment too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125923/new/

https://reviews.llvm.org/D125923



More information about the libcxx-commits mailing list