2
0

TODO 636 B

123456789101112131415161718192021222324252627
  1. By priority:
  2. ConsCompiler:
  3. interface similar to DevCompiler
  4. localization:
  5. Kernel.cmdLine:
  6. decode (encoding = current locale encoding)
  7. HostConsole:
  8. encode on printf, encoding = current locale encoding
  9. decode on Read, encoding = current locale encoding
  10. filenames:
  11. HostFiles:
  12. store encoded (ARRAY OF SHORTCHAR), encoding = currect locale encoding
  13. display decoded (ARRAY OF CHAR)
  14. NOTE: Kernel.cmdLine decoded (see ^)
  15. txt Converter: encoding should be the same as in Windows HostTextConv?
  16. handle SIGTERM in server version (when Kernel.Start used)
  17. Comm
  18. printing (to PostScript)
  19. Xhtml
  20. GUI:
  21. ...