Hi Sergey! Sergey Poznyakoff wrote: > 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?
Yes, you did not explicitely specify a charset. Using de_CH works fine for me too, because it apparently defaults to be de_CH.latin1, but using de_CH.utf8 makes it fail. As far as I can tell, It's not a problem with the language, but problem with the charset/encoding being used. jlh
