]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
(Windows) Set console to UTF-8 on init (#420)
authoranzz1 <redacted>
Sat, 25 Mar 2023 20:29:22 +0000 (22:29 +0200)
committerGitHub <redacted>
Sat, 25 Mar 2023 20:29:22 +0000 (22:29 +0200)
commit34ab5268432fd287caa68d60bdd8aef411def3fa
tree46652298ded74507bc847d4d2be514b5ae1737ac
parentc2b25b6912662d2637d9c6e6df3a5de931e0d7ce
(Windows) Set console to UTF-8 on init (#420)

Sets console codepage to 65001 (CP_UTF8) on start for both input and output, should fix problems with UTF-8 characters.
examples/main/main.cpp