**Environment:** - **OS:** Windows 11 (cmd with UTF-8 output) - **Whisper.cpp Version:** 1.6.0 - **Model:** V3 large **Command Used:** ```bash main.exe -m ggml-large-v3.bin -of d:\VideoInfo\80\subtitle -d 60000 -osrt -ojf -otxt d:\VideoInfo\80\80.wav -l auto --prompt "这是**简体中文**内容,每一段落尽量长,使用标点符号逗号、句号、感叹号、问号、双引号等。**不要乱码**" ``` **Issue:** - The `.txt` and `.srt` files are generated correctly. - The `.json` file contains garbled/incorrect characters. **Additional Details:** - When using English audio, the `.json`, `.srt`, and `.txt` files are all generated correctly. **Steps to Reproduce:** 1. Run the command provided with a Chinese audio file. 2. Check for garbled characters in the `.json` file. [en_subtitle.json](https://github.com/ggerganov/whisper.cpp/files/15441058/en_subtitle.json) [en_subtitle.srt.txt](https://github.com/ggerganov/whisper.cpp/files/15441066/en_subtitle.srt.txt) [80.zip](https://github.com/ggerganov/whisper.cpp/files/15441076/80.zip)