mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
cfgfiles (which includes savefiles, datafiles) get sanizized on read, filemod::readfile, xml module, sql handled old ascii speech packets handled
7 lines
165 B
Text
7 lines
165 B
Text
use file;
|
|
|
|
print(ReadFile(":filetest:normal.file"));
|
|
print(ReadFile(":filetest:bom.file"));
|
|
var c:=ReadFile(":filetest:iso.file");
|
|
print(c);
|
|
print(c[1].find("ü"));
|