jtar
jtar copied to clipboard
issues with unicode paths
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"));
please do not forget to compile with "-encoding UTF-8"