TODO 660 B

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