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 - work in progress 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 46