On 2006-06-09 LT-P <[EMAIL PROTECTED]> wrote:
> Package: findutils
> Version: 4.2.27-3
> Severity: normal
> Tags: l10n

> I am not sure if it is an indented feature or a bug, but for me it
> looks like a real problem.
> The result of a search using find depends of the locale.

This can happen with multibyte encodings without a bug.

> Let's take an example: I want to search the current directory for every
> file that don't end with .mp3

> ___

> $ LC_ALL=C find ./ \( ! -name "*.mp3" \) | wc -l
> 504

> $ LC_ALL=fr_FR.UTF-8 find ./ \( ! -name "*.mp3" \) | wc -l
> 513
> ___
[...]

I'd need an example tree (actually just the list of filenames, "find
-print0 > list.utf.txt" should work) to check whether there is a bug.
cu andreas
-- 
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"
                                           http://downhill.aus.cc/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to