TODO 505 B

123456789101112131415161718192021222324252627282930
  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. environment variables decoding
  18. handle SIGTERM in server version (when Kernel.Start used)
  19. CommTCP, CommV24
  20. printing (to PostScript)
  21. GUI:
  22. ...