|
| From: | James Youngman |
| Subject: | [bug #21629] Find with -iname switch cannot see filename containing character " ä " |
| Date: | Fri, 23 Nov 2007 12:13:34 +0000 |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.6) Gecko/20060201 Firefox/2.0.0.6 (Ubuntu-dapper) |
Update of bug #21629 (project findutils):
Status: None => Need Info
Assigned to: None => jay
_______________________________________________________
Follow-up Comment #2:
Thanks for the bug report. But please take a look at the instructions
presented at the top of the page that you used to submit the bug. Item 1 in
that list is "Are you using a recent version of findutils? Is your problem
fixed in the current version?".
You didn't say whether or not you also tested this with the current version
of findutils; since you didn't mention it, I'll assume not for the time
being.
address@hidden:/tmp/accents$ ls -1
Gruß.mp3
a.mp3
b.mp3
c.mp3
Ñ.mp3
ä.mp3
å.mp3
æ.mp3
address@hidden:/tmp/accents$ /usr/bin/find . -iname "*.mp3"
./a.mp3
./b.mp3
./c.mp3
./ä.mp3
./å.mp3
./æ.mp3
./Gruß.mp3
./Ñ.mp3
address@hidden:/tmp/accents$ /usr/bin/find --version
GNU find version 4.2.27
Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION
So I think this problem is already fixed. Please confirm whether or not this
is the case. Thanks.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?21629>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |