TODO 786 B

12345678910111213141516171819202122232425262728293031323334353637
  1. By priority:
  2. do not use command line (Kernel.cmdLine), use env variables instead
  3. remove Kernel.cmdLine
  4. Console:
  5. non-blocking (input)
  6. move to Cons?
  7. ConsCompiler:
  8. interface similar to DevCompiler
  9. localization:
  10. Enc:
  11. utf-8:
  12. encoder: special case: high surrogate
  13. encodings with not unique codes
  14. CJK
  15. low priority:
  16. re-implement EncStd generators from Python to Component Pascal
  17. command line: do not use
  18. env variables:
  19. decode (encoding = current locale encoding)
  20. filenames:
  21. HostFiles:
  22. store encoded (ARRAY OF SHORTCHAR), encoding = currect locale encoding
  23. display decoded (ARRAY OF CHAR)
  24. NOTE: Kernel.cmdLine decoded (see ^)
  25. handle SIGTERM in server version (when Kernel.Start used)
  26. Comm
  27. printing (to PostScript)
  28. GUI:
  29. ...