diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-30 23:16:21 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-30 23:16:21 +0100 |
commit | e17764c8fb566f85020217dd8fd05fb6bc227e98 (patch) | |
tree | cf0a42cc23cd4aae92e69924087610a941c712a4 /TODO_unicode | |
parent | ecd90fd488cd0c519070656f5cfa0b0959979be9 (diff) | |
download | busybox-w32-e17764c8fb566f85020217dd8fd05fb6bc227e98.tar.gz busybox-w32-e17764c8fb566f85020217dd8fd05fb6bc227e98.tar.bz2 busybox-w32-e17764c8fb566f85020217dd8fd05fb6bc227e98.zip |
further work on unicodization
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'TODO_unicode')
-rw-r--r-- | TODO_unicode | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/TODO_unicode b/TODO_unicode new file mode 100644 index 000000000..c29fd933b --- /dev/null +++ b/TODO_unicode | |||
@@ -0,0 +1,45 @@ | |||
1 | Already fixed applets: | ||
2 | cal | ||
3 | lsmod | ||
4 | df | ||
5 | dumpleases | ||
6 | |||
7 | Applets which may need unicode handling (more extensive than sanitizing | ||
8 | of filenames in error messages): | ||
9 | |||
10 | ls - uses unicode_strlen, not scrlen | ||
11 | expand, unexpand - uses unicode_strlen, not scrlen | ||
12 | ash, hush through lineedit - uses unicode_strlen, not scrlen | ||
13 | top - need to sanitize process args | ||
14 | ps - need to sanitize process args | ||
15 | less | ||
16 | more | ||
17 | vi | ||
18 | ed | ||
19 | cut | ||
20 | awk | ||
21 | sed | ||
22 | tr | ||
23 | grep egrep fgrep | ||
24 | fold | ||
25 | sort | ||
26 | head, tail | ||
27 | catv - "display nonprinting chars" - what this could mean for unicode? | ||
28 | wc | ||
29 | chat | ||
30 | dumpkmap | ||
31 | last - just line up columns | ||
32 | man | ||
33 | microcom | ||
34 | strings | ||
35 | watch | ||
36 | |||
37 | Unsure, may need fixing: | ||
38 | |||
39 | hostname - do we really want to protect against bad chars in it? | ||
40 | patch | ||
41 | addgroup, adduser, delgroup, deluser | ||
42 | telnet | ||
43 | telnetd | ||
44 | od | ||
45 | printf | ||