[libcxx-commits] [PATCH] D122738: [libc++] Use the Japanese locale.
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 31 12:22:27 PDT 2022
mstorsjo added inline comments.
================
Comment at: libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp:87
+ std::cerr << ex << '\n'; // TODO REMOVE
+ assert(ex == "Today is 土曜日 which is the 6th day or alternatively 六.");
+ }
----------------
FWIW in other locale tests, we've used unicode escapes like `\u0123` instead of spelling them out as utf8 in the source.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122738/new/
https://reviews.llvm.org/D122738
More information about the libcxx-commits
mailing list