Re: Incorrect file name when import from zip file
PostPosted:Thu Sep 24, 2015 3:15 am
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+".
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+".