|
@@ -12,6 +12,7 @@ Dev0Compiler.Compile('System/Mod', 'Strings.txt')
|
|
|
Dev0Compiler.Compile('System/Mod', 'Meta.txt')
|
|
|
Dev0Compiler.Compile('System/Mod', 'Dialog.txt')
|
|
|
|
|
|
+Dev0Compiler.Compile('Enc/Mod', 'Codecs.txt')
|
|
|
Dev0Compiler.Compile('Host/Mod', 'Files.txt')
|
|
|
Dev0Compiler.Compile('Host/Mod', 'Console.txt')
|
|
|
|
|
@@ -101,6 +102,9 @@ Dev0Compiler.Compile('', 'HostWindows.txt')
|
|
|
Dev0Compiler.Compile('Host/Mod', 'Dates.txt')
|
|
|
Dev0Compiler.Compile('', 'HostTextConv.txt')
|
|
|
|
|
|
+Dev0Compiler.Compile('Enc/Mod', 'StdAliases.txt')
|
|
|
+Dev0Compiler.Compile('Enc/Mod', 'StdCodecs.txt')
|
|
|
+
|
|
|
Dev0Compiler.Compile('Cons/Mod', 'Interp.txt')
|
|
|
|
|
|
Dev0Compiler.Compile('', 'Init-Interp.txt')
|
|
@@ -117,3 +121,78 @@ DevCompiler.CompileThis XhtmlEntitySets XhtmlWriters XhtmlStdFileWriters XhtmlTe
|
|
|
|
|
|
DevCompiler.CompileThis ObxHello0 ObxPi ObxRandom ObxTrap
|
|
|
DATA
|
|
|
+
|
|
|
+# Enc
|
|
|
+./run-BlackBox <<DATA
|
|
|
+# DevCompiler.CompileThis EncCodecs
|
|
|
+# ConsCompiler.Compile('Enc/Mod', 'StdAliases.txt')
|
|
|
+# DevCompiler.CompileThis EncStdCodecs
|
|
|
+DevCompiler.CompileThis EncStdMap_ascii EncStdMap_utf_8
|
|
|
+
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_atarist.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp037.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1026.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1140.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1250.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1251.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1252.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1253.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1254.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1255.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1256.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1257.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp1258.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp424.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp437.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp500.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp720.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp737.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp775.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp850.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp852.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp855.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp856.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp857.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp858.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp860.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp861.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp862.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp863.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp864.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp865.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp866.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp869.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_cp874.txt')
|
|
|
+#ConsCompiler.Compile('Enc/Mod', 'StdMap_cp936.txt')
|
|
|
+#ConsCompiler.Compile('Enc/Mod', 'StdMap_cp949.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_georgian_academy.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_georgian_ps.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_hp_roman8.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_1.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_2.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_3.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_4.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_5.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_6.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_7.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_8.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_9.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_10.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_11.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_13.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_14.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_15.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_iso8859_16.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_koi8_r.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_koi8_u.txt')
|
|
|
+#ConsCompiler.Compile('Enc/Mod', 'StdMap_kps9566.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_kz1048.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_mac_centraleurope.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_mac_cyrillic.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_mac_greek.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_mac_iceland.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_mac_roman.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_mac_turkish.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_ptcp154.txt')
|
|
|
+ConsCompiler.Compile('Enc/Mod', 'StdMap_viscii.txt')
|
|
|
+DATA
|