---
title: "Why Is DeepSeek Suddenly Adding Chinese Characters to English Responses?"  
description: "Why Is DeepSeek Suddenly Adding Chinese Characters to English Responses?"  
author: "Anubhav Sharma"  
published: 2026-09-03  
updated: 2026-09-03  
canonical: https://answers.mindstick.com/qa/117147/why-is-deepseek-suddenly-adding-chinese-characters-to-english-responses  
category: "DeepSeek"  
tags: ["DeepSeek", "ai agent", "api", "llm"]  
reading_time: 1 minute  

---

# Why Is DeepSeek Suddenly Adding Chinese Characters to English Responses?

**Half way through an English answer DeepSeek started putting Chinese characters in. Not the whole thing, just random words. Bug?**

## Answers

### Answer by Ponu Maurya

Known quirk, especially in the reasoning mode. It was trained heavily on both languages and sometimes it drifts, usually when the topic is technical or the answer is long.

Just say "Respond in English only" at the top of your prompt. If you're on the API, put it in the system prompt, that sticks better. If it slips mid-reply, "continue in English" gets it back on track.

If you're running it in some automated pipeline, add a quick check for non-Latin characters in the output and retry when you find any. Cheap insurance.


---

Original Source: https://answers.mindstick.com/qa/117147/why-is-deepseek-suddenly-adding-chinese-characters-to-english-responses

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
