2
0
Alexander Shiryaev 12 жил өмнө
parent
commit
59b1ac2bdf
1 өөрчлөгдсөн 8 нэмэгдсэн , 2 устгасан
  1. 8 2
      TODO

+ 8 - 2
TODO

@@ -1,9 +1,16 @@
 By priority:
+	do not use command line (Kernel.cmdLine), use env variables instead
+		BB_PRIMARY_DIR
+		BB_SECONDARY_DIR (instead of /USE)
+
+	cleanup Console
+
 	ConsCompiler:
 		interface similar to DevCompiler
 
 	localization:
-		Kernel.cmdLine:
+		command line: not use
+		env variables:
 			decode (encoding = current locale encoding)
 		HostConsole:
 			encode on printf, encoding = current locale encoding
@@ -13,7 +20,6 @@ By priority:
 				store encoded (ARRAY OF SHORTCHAR), encoding = currect locale encoding
 				display decoded (ARRAY OF CHAR)
 				NOTE: Kernel.cmdLine decoded (see ^)
-		txt Converter: encoding should be the same as in Windows HostTextConv?
 
 	handle SIGTERM in server version (when Kernel.Start used)