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

Function utf2df

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

Source from the content-addressed store, hash-verified

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); }
1371static string lowerCp437(string s) { return toLower_cp437(s); }

Callers

nothing calls this directly

Calls 1

UTF2DFFunction · 0.85

Tested by

no test coverage detected