Hi, Does MUSL support locales other than C.UTF-8 and C? I tried the following code on Emscripten which uses MUSL: locale = std::setlocale(LC_NUMERIC, "de_DE"); std::cout << "locale:" << locale << std::endl; and the locale returned was C.UTF-8. Is there anyway in which we can use different locals in MUSL? -- In His grace, Kevin Cheung