TODO 628 B

12345678910111213141516171819202122232425
  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. GUI:
  20. ...