| 1365 | static bool isSiteLoaded() { return World::IsSiteLoaded(); } |
| 1366 | |
| 1367 | static string df2utf(string s) { return DF2UTF(s); } |
| 1368 | static string utf2df(string s) { return UTF2DF(s); } |
| 1369 | static string df2console(color_ostream &out, string s) { return DF2CONSOLE(out, s); } |
| 1370 | static string upperCp437(string s) { return toUpper_cp437(s); } |