TODO 665 B

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