TODO 509 B

12345678910111213141516171819202122232425262728293031
  1. By priority:
  2. remove Kernel.cmdLine
  3. Console:
  4. non-blocking (input)
  5. move to Cons?
  6. ConsCompiler:
  7. interface similar to DevCompiler
  8. localization:
  9. Enc:
  10. utf-8:
  11. encoder: special case: high surrogate
  12. encodings with not unique codes
  13. CJK
  14. low priority:
  15. re-implement EncStd generators from Python to Component Pascal
  16. HostFiles:
  17. filenames
  18. environment variables
  19. handle SIGTERM in server version (when Kernel.Start used)
  20. CommTCP, CommV24
  21. printing (to PostScript)
  22. GUI:
  23. ...