MCPcopy Create free account
hub / github.com/DFHack/dfhack / df2utf

Function df2utf

library/LuaApi.cpp:1367–1367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

DF2UTFFunction · 0.85

Tested by

no test coverage detected