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

Function lowerCp437

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

Source from the content-addressed store, hash-verified

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); }
1372static string toSearchNormalized(string s) { return to_search_normalized(s); }
1373static string capitalizeStringWords(string s) { return capitalize_string_words(s); }
1374static string formatInt(int64_t num) { return format_number(num); }

Callers

nothing calls this directly

Calls 1

toLower_cp437Function · 0.85

Tested by

no test coverage detected