From d85272a9581144cf80e7354380e6a1ef835763de Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:53:33 +0800 Subject: [PATCH] fixed wrong encoding (+1 squashed commits) Squashed commits: [a87d059a8] fixed wrong encoding --- koboldcpp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koboldcpp.py b/koboldcpp.py index 3a832fe46..e7b59ca17 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -524,6 +524,8 @@ class MCPStdioClient: stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True, + encoding='utf-8', + errors='replace', bufsize=1, env=full_env, cwd=cwd