--enable-nls doesn't work as expected
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: Gcc Help <gcc-help@xxxxxxxxxxx>
- Subject: --enable-nls doesn't work as expected
- From: niXman via Gcc-help <gcc-help@xxxxxxxxxxx>
- Date: Fri, 05 Jan 2024 11:05:04 +0000
- Reply-to: niXman <i.nixman@xxxxxxxxxxxxx>
- User-agent: Roundcube Webmail
hello,
in my MinGW-builds (https://github.com/niXman/mingw-builds) projects I
use `--disable-nls` by default and all works as expected.
but I received a request to enable NLS support:
https://github.com/niXman/mingw-builds/issues/666
the problem is when using `--enable-nls` the built compiler outputs
messages for the `gcc` or `gcc -v` or `gcc --help` commands in the
language of the user's locale (in this case Chinese), but the error
messages it still outputs in English:
https://github.com/niXman/mingw-builds/issues/666#issuecomment-1878064389
any ideas?
best!
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]