[BUG] Wrong support for unicode with winget in user folder with non ascii characters #2431
Closed
4 tasks done
Labels
bug
Something isn't working
Please confirm these before moving forward
UniGetUI Version
3.1.0
Windows version, edition, and architecture
Windows 11 Pro
Describe your issue
UniGetUI somehow deduces that winget should be located in the following path on my computer:
C:\Users\MRS\AppData\Local\Microsoft\WindowsApps\winget.exe
But this is not correct, it somehow replaced the Š with a S.
The correct path is:
C:\Users\MRŠ\AppData\Local\Microsoft\WindowsApps\winget.exe
The end result is that UniGetUI cannot find winget and does not work with it (no packages found).
It seems it somehow converted the characterset from Windows-1250 to Windows-1252 or something alike to get an S from a Š. But this obviously should not happen and file paths should be treated as unicode.
Steps to reproduce the issue
Have your user named MRŠ
Try to use UnigetUI with winget
It cannot find winget
UniGetUI Log
Package Managers Logs
Relevant information
No response
Screenshots and videos
The text was updated successfully, but these errors were encountered: