LIU Hao
LIU Hao
The locale setting of MSYS2 shell only sets `LC_*` environment variables (particularly `LC_CTYPE`) and only has an effect on MSYS2 programs. Native programs do not acquire locale settings from environment...
> Windows控制台的文字显示,与程序内的字符串编码、`setlocale`设置的locale以及[Windows Console的显示代码页](https://learn.microsoft.com/en-us/windows/console/console-code-pages)三方都有关,最好是三者的代码页一致。 用户程序代码内没有使用`setlocale`设置locale,也没有使用`SetConsoleOutputCP`设置Windows Console代码页时,理论上程序应该是使用环境的设置,比如MSYS环境设置的`zh_CN.UTF-8`。 Are you aware of the fact that `setlocale()` for native Windows programs do not load locale settings from environment variables? And are you aware of...
@Biswa96 @MehdiChinoune Do you have any ideas about how mintty communicates with native console programs? Perhaps the best we can do is that if mintty starts a native program, it...
It's because this macro is missing in CMakeLists.txt (it exists in Jamfile only; pity): ``` $ grep -Fnr U_STATIC_IMPLEMENTATION boost-1.89.0/libs/locale boost-1.89.0/libs/locale/build/Jamfile.v2:189: static:U_STATIC_IMPLEMENTATION=1 ```
@TimidRobot > (This is the file that needs to be corrected) I have updated https://github.com/creativecommons/cc-legal-tools-data/pull/212 with the change. > I recognize that the correct string (`禁止演绎`) is used in other...