lineedit: print prompt and editing operations to stderr
[busybox-git.git] / TODO_unicode
blobb310e8d4d04e8575d88d9f14e584608c09e88500
1 Already fixed applets:
2 cal
3 lsmod
4 df
5 dumpleases
7 Applets which may need unicode handling (more extensive than sanitizing
8 of filenames in error messages):
10 ls - work in progress
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
19 cut
20 awk
21 sed
23 grep egrep fgrep
24 fold
25 sort
26 head, tail
27 catv - "display nonprinting chars" - what this could mean for unicode?
29 chat
30 dumpkmap
31 last - just line up columns
32 man
33 microcom
34 strings
35 watch
37 Unsure, may need fixing:
39 hostname - do we really want to protect against bad chars in it?
40 patch
41 addgroup, adduser, delgroup, deluser
42 telnet
43 telnetd
45 printf