aboutsummaryrefslogtreecommitdiff
path: root/TODO_unicode
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-30 23:16:21 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-30 23:16:21 +0100
commite17764c8fb566f85020217dd8fd05fb6bc227e98 (patch)
treecf0a42cc23cd4aae92e69924087610a941c712a4 /TODO_unicode
parentecd90fd488cd0c519070656f5cfa0b0959979be9 (diff)
downloadbusybox-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_unicode45
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 @@
1Already fixed applets:
2cal
3lsmod
4df
5dumpleases
6
7Applets which may need unicode handling (more extensive than sanitizing
8of filenames in error messages):
9
10ls - uses unicode_strlen, not scrlen
11expand, unexpand - uses unicode_strlen, not scrlen
12ash, hush through lineedit - uses unicode_strlen, not scrlen
13top - need to sanitize process args
14ps - need to sanitize process args
15less
16more
17vi
18ed
19cut
20awk
21sed
22tr
23grep egrep fgrep
24fold
25sort
26head, tail
27catv - "display nonprinting chars" - what this could mean for unicode?
28wc
29chat
30dumpkmap
31last - just line up columns
32man
33microcom
34strings
35watch
36
37Unsure, may need fixing:
38
39hostname - do we really want to protect against bad chars in it?
40patch
41addgroup, adduser, delgroup, deluser
42telnet
43telnetd
44od
45printf