Skip to content

Tar filenames with national characters not correctly stored. #26

@dgrunwald

Description

@dgrunwald

SD-406, originally created on 8/9/2005 12:00:36 by John Reilly

Hello,
I have this problem:
When adding files with national characters in filenames to the
tar, the tar is corrupted (e.g. PowerArchiver can't extract it. It can
do it with itself-created TAR with the same contents (files), so the
problem is definitely on #ziplib side )

The code
Console.WriteLine("Adding file '"+ entry.Name +"'");
writes the entry's filename right.

Is there some way to push #ziplib to support national characters in
filenames? (or should I use other format/library?)

Thank you very much

Metadata

Metadata

Assignees

Labels

bugtarRelated to TAR file format

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions