[Bug 585] redirect fails to handle certain UTF-8 characters

bugzilla at busybox.net bugzilla at busybox.net
Mon Sep 14 09:33:05 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=585


ecaddict <ecaddict at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #12 from ecaddict <ecaddict at gmail.com>  2009-09-14 09:33:05 UTC ---
(In reply to comment #11)
> Fixed in git, also will be in 1.15.1
> 

Sorry for slow reaction, now I could continue with my tests and it seems that
the fix only partially works, i.e. it does not work if the file name is taken
from variable:


BN="testÁ.txt" && cd /mnt/cgi-bin && echo "test" > "$BN" && /opt/bin/find -L
/mnt/cgi-bin/test* -maxdepth 1 -ls | grep /test

gives the following output:

9764904    4 -rw-r--r--   1 admin    root            5 Sep 14 11:29
/mnt/cgi-bin/test\303.txt


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list