You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've tried the beta version of your library with Unicode option support but it doesn't work. Still, return ??? instead Unicode symbols.
Tested on W10 Version 10.0.17763 Build 17763
Example of code (value in registry C:\Program Files\TeamSpeak 3 Client Реестр):
It looks like 'cmd.exe /c chcp.com 67001' does not change encoding for next call, await Registry.getCodePage() return 437 after await Registry.setCodePage(67001).
The text was updated successfully, but these errors were encountered:
That's really strange. I just checked your code on Win7, Win10 1803, and Win10 1903 (the May 2019 one) and it worked as intended.
Can you try to use await Registry.enableUnicode() before await Registry.get(<…>) instead of {unicode: true}? Or try to manually enter .setCodePage(65001) / cmd.exe /c chcp.com 65001 instead of 67001.
Hi! I've tried the beta version of your library with Unicode option support but it doesn't work. Still, return ??? instead Unicode symbols.
Tested on W10 Version 10.0.17763 Build 17763
Example of code (value in registry
C:\Program Files\TeamSpeak 3 Client Реестр
):It looks like 'cmd.exe /c chcp.com 67001' does not change encoding for next call,
await Registry.getCodePage()
return 437 afterawait Registry.setCodePage(67001)
.The text was updated successfully, but these errors were encountered: