From 9093b664fd6c6f35c0f088a5d8057fe92f0c2f67 Mon Sep 17 00:00:00 2001 From: "ipcjs.395" Date: Sat, 17 Jan 2026 05:20:49 +0800 Subject: [PATCH] wip: update comment --- examples/cli/cli.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/cli/cli.cpp b/examples/cli/cli.cpp index 9a54742f..415edef9 100644 --- a/examples/cli/cli.cpp +++ b/examples/cli/cli.cpp @@ -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