Description
When using the RTL extension in Claude Chat, invisible Unicode RTL control characters (specifically U+200F / Right-to-Left Mark) are unexpectedly inserted into the message content.
This breaks technical text by injecting control characters into identifiers, arrows, and code-like notation. For example, the following text:
על פני שני BDDs — header \u200Ft, גוף
is transformed into content containing hidden U+200F characters,
The inserted control characters are not visible to the user but are copied with the text and can corrupt prompts, code snippets, identifiers, and technical documentation.
Expected behavior
- RTL rendering should affect only visual presentation.
- The extension should not modify the underlying text buffer or inject Unicode directionality marks into the copied/generated content.
Actual behavior
U+200F characters are inserted into the text content itself.
- Copying the message preserves these hidden characters, causing formatting and parsing issues in technical content.
Impact
This is particularly problematic for Claude Code and other technical workflows because invisible control characters can break prompts, source code, parsing, searches, and debugging of generated content.
Description
When using the RTL extension in Claude Chat, invisible Unicode RTL control characters (specifically
U+200F/ Right-to-Left Mark) are unexpectedly inserted into the message content.This breaks technical text by injecting control characters into identifiers, arrows, and code-like notation. For example, the following text:
על פני שני BDDs — header \u200Ft, גוףis transformed into content containing hidden
U+200Fcharacters,The inserted control characters are not visible to the user but are copied with the text and can corrupt prompts, code snippets, identifiers, and technical documentation.
Expected behavior
Actual behavior
U+200Fcharacters are inserted into the text content itself.Impact
This is particularly problematic for Claude Code and other technical workflows because invisible control characters can break prompts, source code, parsing, searches, and debugging of generated content.