wip: update comment

This commit is contained in:
ipcjs.395 2026-01-17 05:20:49 +08:00
parent c3c7e3c428
commit 9093b664fd
1 changed files with 2 additions and 3 deletions

View File

@ -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