TODO 803 B

12345678910111213141516171819202122232425262728293031323334
  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. problem when path to StdMap encoding code file contains character(s) of this encoding:
  18. Meta.Lookup -> HostFiles -> CheckEncoding -> Meta.Lookup ...
  19. => Do not use EncStdCodecs, use libiconv or wctomb* instead!
  20. => and do not use EncCodecs too, and do not use and remove Enc subsystem
  21. environment variables decoding
  22. handle SIGTERM in server version (when Kernel.Start used)
  23. CommTCP, CommV24
  24. printing (to PostScript)
  25. GUI:
  26. ...