[libcxx-commits] [PATCH] D111138: [libcxx][pretty printers] Skip u16/u32 string printer tests
David Spickett via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 5 08:34:24 PDT 2021
DavidSpickett added a comment.
Not sure which parts are relevant but hopefully one of these.
$ locale
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
libcxx-builder at b200e5cf42aa:/tmp$ locale -c charmap
LC_CTYPE
ANSI_X3.4-1968
There is also the charset that gdb sees:
(gdb) show target-charset
The target character set is "auto; currently ANSI_X3.4-1968".
(gdb) show target-wide-charset
The target wide character set is "auto; currently UTF-32".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111138/new/
https://reviews.llvm.org/D111138
More information about the libcxx-commits
mailing list