|
|
|
|
|
by eco
995 days ago
|
|
Microsoft added a setting in Windows 10 to switch the code page over to utf-8 and then in Windows 11 they made it on by default. Individual applications can turn it on for themselves, so they don't need to rely on the system setting being checked. I haven't tried it yet but with that you can just use the -A variants of the winapi with utf-8 strings. No conversion necessary. |
|