Whisper icon indicating copy to clipboard operation
Whisper copied to clipboard

Mojibake in Debug Window

Open Ovler-Young opened this issue 2 years ago • 3 comments

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 avatar Mar 12 '23 03:03 Ovler-Young

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

Const-me avatar Mar 16 '23 14:03 Const-me

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.

Ovler-Young avatar Jun 12 '23 17:06 Ovler-Young

@Const-me This is fixed by the PR referenced above, please merge it if you have the time

Ovler-Young avatar Aug 12 '23 13:08 Ovler-Young