coding of filenames in .tar archive
A free file archiver for extremely high compression
Brought to you by:
ipavlov
When showing the contents of a .tar archive, the non-
ascii characters in file names
are interpreted as they are in DOS coding:
actual file name: Vyöhyke.idm
shown as: Vy÷hyke.idm
Pavel Grozman
pavel@rixtele.com
Logged In: YES
user_id=65083
What is correct encoding for TAR?
Logged In: NO
When I extract the file with GNU tar, it is decompressed with
correct name, Vyhyke.idm.
When I open the tar archive as a text in Winwows XP, I see
the correct name.
When I open the tar archive as a text usin DOS edit
command, I see Vyhyke.idm.
When I list the archive in DOS window using tar -t, it is
shown as Vy\/66hyke.idm
Pavel Grozman
pavel@rixtele.com