https://bugs.winehq.org/show_bug.cgi?id=53770
--- Comment #22 from 399989567@qq.com --- (In reply to Nikolay Sivov from comment #21)
I'll look into it.
I would like to ask what is your revision idea? Maybe I can help.
Do you want to modify where locale.nls is generated, or where locale.nls is read?
————————
By the way, I would like to ask if there are some quick methods or WINEDEBUG channels to quickly check my current use environment of wine, because I found that the realization of wine in QQ is different on the virtual machine and on the physical machine ,where both installed on the same system image.
Since it's a closed source program, I'm guessing that the program might be retrieving some settings. I want to list the settings in wine to find the problem by diff.
Specifically, when a string is output, one calls ExtTextOutW and the other calls ScriptTextOut.
Using "ScriptTextOut" will output fine, using "ExtTextOutW" will not.