Bionic's locale support is simplistic: it only recognizes two locales,
"C" (aka "POSIX") and "C.UTF-8" (aka "en_US.UTF-8"). The locale mode
determines the MB_CUR_MAX, but there is no true locale stuff (e.g.
number formatting). Treat Bionic as if it lacks locales.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo