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