Mojibake in Debug Window
Like what the upstream issue https://github.com/ggerganov/whisper.cpp/issues/399 issued, when using -pc output in the terminal, some characters cannot be displayed normally. So maybe there could be an opinion to disable the color print function?
@Ovler-Young That option is already present in the CLI, -nc or --no-colors command-line switch.
The option is currently missing from the GUI app, however…
Found a way to fix the wrong token without turning off the color print function here: https://github.com/ggerganov/whisper.cpp/issues/399#issuecomment-1508222875 So I'm now working to fix it.
@Const-me This is fixed by the PR referenced above, please merge it if you have the time