mailing list of musl libc
 help / color / mirror / code / Atom feed
* Locale Support For MUSL
@ 2015-10-16  7:50 Kevin Cheung
  2015-10-16 14:32 ` Rich Felker
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Cheung @ 2015-10-16  7:50 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 753 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-16 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16  7:50 Locale Support For MUSL Kevin Cheung
2015-10-16 14:32 ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).