jtar icon indicating copy to clipboard operation
jtar copied to clipboard

issues with unicode paths

Open Abu-Abdullah opened this issue 12 years ago • 1 comments

Hi,

I cannot create folders inside the tar file with unicode names. you can try this out by:

out.putNextEntry(new TarEntry(f, "المغربي/الشيخ عبيد الجابري/سلسلة اللقاءات المفتوحة بجدة لعام 1429 هـ/file.txt"));

Abu-Abdullah avatar Sep 16 '12 07:09 Abu-Abdullah

please do not forget to compile with "-encoding UTF-8"

Abu-Abdullah avatar Sep 16 '12 07:09 Abu-Abdullah