MCPcopy Create free account
hub / github.com/DFHack/dfhack / string DF2CONSOLE

Method string DF2CONSOLE

library/MiscUtils.cpp:688–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688DFHACK_EXPORT std::string DF2CONSOLE(const std::string &in)
689{
690 bool is_utf = console_is_utf8();
691 return is_utf ? DF2UTF(in) : in;
692}
693
694DFHACK_EXPORT std::string DF2CONSOLE(DFHack::color_ostream &out, const std::string &in)
695{

Callers

nothing calls this directly

Calls 2

console_is_utf8Function · 0.85
DF2UTFFunction · 0.85

Tested by

no test coverage detected