Skip to content

RTL extension injects Unicode control characters (U+200F) into Claude Chat messages, corrupting technical text #15

Description

@Ruth-Nadel-ns

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions