When extracting files with double-byte characters,
It is displayed on the command line without garbled characters,
The actual extracted file name is garbled.
file name garbled.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: file name garbled.
I don't know what you mean.
Double-byte is probably 16bit unicode? If yes you have to convert the string to utf8 before using it with: string STR unicode STR
Provide examples: script, input file and what's the result you expect.
Double-byte is probably 16bit unicode? If yes you have to convert the string to utf8 before using it with: string STR unicode STR
Provide examples: script, input file and what's the result you expect.
-
- Posts: 6
- Joined: Fri Feb 03, 2017 10:31 pm
Re: file name garbled.
I'm sorry.
What part of the script should I insert?
What part of the script should I insert?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: file name garbled.
Considering that I still don't know what you mean... the whole script.