diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-31 05:15:38 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-31 05:15:38 +0100 |
commit | d8528b8e56bab7643722e4453121882d23c23c07 (patch) | |
tree | c742df066326cd571327b10d4cca3341c798d129 /TODO_unicode | |
parent | ed910c750d7908a31262488e04d38b7bf3d75322 (diff) | |
download | busybox-w32-d8528b8e56bab7643722e4453121882d23c23c07.tar.gz busybox-w32-d8528b8e56bab7643722e4453121882d23c23c07.tar.bz2 busybox-w32-d8528b8e56bab7643722e4453121882d23c23c07.zip |
ls: unicode fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'TODO_unicode')
-rw-r--r-- | TODO_unicode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO_unicode b/TODO_unicode index c29fd933b..b310e8d4d 100644 --- a/TODO_unicode +++ b/TODO_unicode | |||
@@ -7,7 +7,7 @@ dumpleases | |||
7 | Applets which may need unicode handling (more extensive than sanitizing | 7 | Applets which may need unicode handling (more extensive than sanitizing |
8 | of filenames in error messages): | 8 | of filenames in error messages): |
9 | 9 | ||
10 | ls - uses unicode_strlen, not scrlen | 10 | ls - work in progress |
11 | expand, unexpand - uses unicode_strlen, not scrlen | 11 | expand, unexpand - uses unicode_strlen, not scrlen |
12 | ash, hush through lineedit - uses unicode_strlen, not scrlen | 12 | ash, hush through lineedit - uses unicode_strlen, not scrlen |
13 | top - need to sanitize process args | 13 | top - need to sanitize process args |