|
Message-ID: <CALO69j6ymVBW1hLAt6USHPKEtA3eY2QDBgeo1ybCy+Re2suRgw@mail.gmail.com>
Date: Fri, 16 Oct 2015 15:50:18 +0800
From: Kevin Cheung <knightacesg@...il.com>
To: musl@...ts.openwall.com
Subject: Locale Support For MUSL
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
Content of type "text/html" skipped
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.