ValdikSS/windows2usb

The program does not understand Cyrillic characters in images

leoneii opened this issue · 4 comments

for example:

"ERROR: Can not open output file : Invalid argument : /run/windows2usb.mRzXRGJTqE/JINN/WinSetup/OEM/10_$OEM$/$$/Setup/Scripts/Tweaks/????????? ?????? ?????????? ????????? ? ??????????? ???? ''???? ?????????''.reg"

Could you attach the full log, or provide a ISO file, so I can perform a test?

The issue is probably caused by LANG=C. Unicode locale should be used for unpacking.

Try to replace LANG=C with LANG=C.UTF-8 in the top of the script.

@leoneii, kindly waiting for more information of your ISO file and whether LANG=C.UTF-8 worked.