-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
locale on musl libc library is not working #39673
Comments
This also happens on MSYS2, but I'm not sure why it's happening. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Seems libstdc++ only supports C locale with non-glibc: So I think there is nothing we can do to fix this issue. |
Just received a solution from musl mailing list so I write it down here for your reference:
if (strcmp(__s, "C"))
__throw_runtime_error(__N("locale::facet::_S_create_c_locale "
"name not valid"));
|
Game version: 0.E (stable)
Operating system: Alpine Linux 3.11
Tiles or curses: curses
Mods active:
Expected behavior
It can display Chinese correctly
Actual behavior
It is not displayed correctly
Steps to reproduce the behavior
this is my command to compile and install:
When I run cataclysmdda, its multilingual display is like the LANG variable is not set correctly on Glibc
I saw it at the moment of starting:
The text was updated successfully, but these errors were encountered: