bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] Wildcards do not match invalid characters


From: jlh
Subject: Re: [Bug-tar] Wildcards do not match invalid characters
Date: Sun, 03 Feb 2008 13:30:49 +0100
User-agent: Thunderbird 2.0.0.9 (X11/20071118)

jlh wrote:
> $ touch $(echo -en 'file-\0344')
> $ tar -vcf my.tar file-*
> file-\344
> $ tar -tf my.tar
> file-\344
> $ tar -tf my.tar --wildcards '*'
> tar: *: Not found in archive
> tar: Error exit delayed from previous errors

Aww, I just noticed that I forgot to mention that my system's
locale is set to en_US.utf8, which is pretty an important here,
because the byte \344 is invalid in utf8.  Having any charset of
the latin family doesn't show this failure.

jlh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]