wip: update comment
This commit is contained in:
parent
c3c7e3c428
commit
9093b664fd
|
|
@ -922,9 +922,8 @@ int main(int argc, char ** argv) {
|
|||
ggml_backend_load_all();
|
||||
|
||||
#if defined(_WIN32)
|
||||
// Set the console output code page to UTF-8, while command line arguments
|
||||
// are still encoded in the system's code page. In this way, we can print
|
||||
// non-ASCII characters to the console, and access files with non-ASCII paths.
|
||||
// Set the console output code page to UTF-8. With the win32.manifest,
|
||||
// command line arguments and file paths are also treated as UTF-8.
|
||||
SetConsoleOutputCP(CP_UTF8);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue