Page 2 of 2

Re: Incorrect file name when import from zip file

PostPosted:Thu Sep 24, 2015 3:15 am
by anniizkizz
Now it works correctly.
I think it is because many Zip creator softwares use filename encoding according to Windows (or Linux) locale codepage.
Your Windows or Linux might use UTF-8 as default locale codepage.
But Thai Windows uses Windows-874 (ASCII/ANSI) as default locale codepage.

To solve the problem, I have to force Zip creator softwares to use UTF-8 filename encoding.
For 7-Zip, specify parameter as "cu+".
Untitled1.jpg
Untitled1.jpg (83.96 KiB) Viewed 1638 times

Re: Incorrect file name when import from zip file [solved]

PostPosted:Thu Sep 24, 2015 4:11 am
by pavila
Thanks a lot, I wasn't aware of this option.

Best regards.