TODO 717 B

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