The program does not understand Cyrillic characters in images #21

Closed
opened 2021-10-30 13:13:50 +03:00 by leoneii · 4 comments
leoneii commented 2021-10-30 13:13:50 +03:00 (Migrated from github.com)

for example:

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

for example: "ERROR: Can not open output file : Invalid argument : /run/windows2usb.mRzXRGJTqE/JINN/WinSetup/OEM/10_$OEM$/$$/Setup/Scripts/Tweaks/????????? ?????? ?????????? ????????? ? ??????????? ???? ''???? ?????????''.reg"
recolic commented 2021-11-25 12:32:44 +03:00 (Migrated from github.com)

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

Could you attach the full log, or provide a ISO file, so I can perform a test?
ValdikSS commented 2021-11-26 11:19:41 +03:00 (Migrated from github.com)

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

The issue is probably caused by LANG=C. Unicode locale should be used for unpacking.
ValdikSS commented 2021-11-28 15:24:20 +03:00 (Migrated from github.com)

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

Try to replace `LANG=C` with `LANG=C.UTF-8` in the top of the script.
ValdikSS commented 2022-01-07 04:03:37 +03:00 (Migrated from github.com)

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

@leoneii, kindly waiting for more information of your ISO file and whether `LANG=C.UTF-8` worked.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/ValdikSS_windows2usb#21