Hello, Long time ago I noticed that Microsoft documentation[1] mentions SORT_CHINESE_PHONE_BOOK constant which is supposed to be used when creating LCID locale corresponding to `zh-CN_phoneb` locale name. However, this constant is not defined in both Microsoft's and mingw-w64's headers.
While working on some recent changes in my posix32 library, I came to conclusion that this constant is supposed to have value 0x05; see some details in commit[2] I pushed to posix32 earlier today. Should we add this constant to mingw-w64's headers? - Kirill Makurin [1] https://learn.microsoft.com/en-us/windows/win32/intl/sort-order-identifiers [2] https://github.com/maiddaisuki/posix32/commit/ed108f6e3bbb7646517531475b1ea7fff9c22303 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
