MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / use_utf8

Function use_utf8

utils/daScript/main.cpp:813–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811#endif
812
813void use_utf8() {
814#if defined(_WIN32)
815 // you man need to set console output to utf-8 on windows. call
816 // CHCP 65001
817 // from the command line. make sure appropriate font is selected
818 SetConsoleOutputCP(CP_UTF8);
819#endif
820}

Callers 1

MAIN_FUNC_NAMEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected