TODO_unicode 731 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Already fixed applets:
  2. cal
  3. lsmod
  4. df
  5. dumpleases
  6. Applets which may need unicode handling (more extensive than sanitizing
  7. of filenames in error messages):
  8. ls - work in progress
  9. expand, unexpand - uses unicode_strlen, not scrlen
  10. ash, hush through lineedit - uses unicode_strlen, not scrlen
  11. top - need to sanitize process args
  12. ps - need to sanitize process args
  13. less
  14. more
  15. vi
  16. ed
  17. cut
  18. awk
  19. sed
  20. tr
  21. grep egrep fgrep
  22. fold
  23. sort
  24. head, tail
  25. catv - "display nonprinting chars" - what this could mean for unicode?
  26. wc
  27. chat
  28. dumpkmap
  29. last - just line up columns
  30. man
  31. microcom
  32. strings
  33. watch
  34. Unsure, may need fixing:
  35. hostname - do we really want to protect against bad chars in it?
  36. patch
  37. addgroup, adduser, delgroup, deluser
  38. telnet
  39. telnetd
  40. od
  41. printf