"Dmitry Timoshkov" dmitry@codeweavers.com wrote:
It doesn't really matter what code pages Windows supports, it does matter though what code pages are valid. You need to use Win32 APIs EnumSystemCodePages/GetCPInfo/MultiByteToWideChar instead of accessing Wine internals directly.
... or rather use mlang internal mlang_data structures.