[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] Wildcards do not match invalid characters
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-tar] Wildcards do not match invalid characters |
Date: |
Sun, 03 Feb 2008 12:10:18 +0200 |
jlh <address@hidden> ha escrit:
> Using GNU tar 1.19, I was unable to extract files from a tar
> archive using wildcards when the file name contains a byte
> sequence that is not valid in the current locale.
I tried to reproduce this with tar 1.19 and got:
$ LC_ALL=de_DE tar -tf my.tar --wildcards '*'
file-รค
Setting locale to de_CH gave the same result.
Did I miss something?
Regards,
Sergey