TODO 658 B

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