TODO 705 B

12345678910111213141516171819202122232425262728293031323334
  1. By priority:
  2. do not use command line (Kernel.cmdLine), use env variables instead
  3. BB_PRIMARY_DIR
  4. BB_SECONDARY_DIR (instead of /USE)
  5. non-blocking Console
  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. command line: do not use
  15. env variables:
  16. decode (encoding = current locale encoding)
  17. filenames:
  18. HostFiles:
  19. store encoded (ARRAY OF SHORTCHAR), encoding = currect locale encoding
  20. display decoded (ARRAY OF CHAR)
  21. NOTE: Kernel.cmdLine decoded (see ^)
  22. handle SIGTERM in server version (when Kernel.Start used)
  23. Comm
  24. printing (to PostScript)
  25. GUI:
  26. ...