MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / use_utf8

Function use_utf8

tools/dascript_aot/aot_cc/src/main.cpp:548–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546#endif
547
548void use_utf8() {
549#if defined(_WIN32)
550 // you man need to set console output to utf-8 on windows. call
551 // CHCP 65001
552 // from the command line. make sure appropriate font is selected
553 SetConsoleOutputCP(CP_UTF8);
554#endif
555}

Callers 1

MAIN_FUNC_NAMEFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected