[BUG] **Bug: RTL (Hebrew) text rendered backwards in Claude Code terminal**
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Bug: RTL (Hebrew) text rendered backwards in Claude Code terminal
Environment:
- Claude Code version: 2.1.63 (also reproduced on 2.1.38)
- OS: Windows
- Terminal: Windows Terminal (PowerShell)
- Also reproduced in: Cursor IDE integrated terminal
Description:
Hebrew (RTL) text is displayed with reversed character/word order in both the input field and Claude's responses. For example, typing "שלום עולם" ("hello world" in Hebrew) displays as "םלוע םולש". This affects both user input and Claude's output.
Steps to reproduce:
- Open Claude Code in Windows Terminal
- Type any Hebrew text (e.g. "מה קורה")
- Observe that the text appears reversed
- Send the message — Claude's Hebrew response is also reversed
Expected behavior:
Hebrew text should render right-to-left correctly, displaying words and characters in proper reading order.
Actual behavior:
Hebrew text is rendered as if it were LTR, with characters and words appearing in reversed order.
Additional context:
- Running
echo "שלום עולם"directly in PowerShell outside of Claude Code displays correctly, confirming Windows Terminal itself supports RTL. - The issue appears to be in how Claude Code renders text in the terminal, not in Windows Terminal's RTL support.
- The changelog for recent versions mentions a fix for "word deletion and word navigation not working correctly with non-Latin text such as Hebrew" but the visual rendering issue persists.
Screenshots:
<!-- Failed to upload "image.png" -->
What Should Happen?
hebrew should be written good.
Error Messages/Logs
Steps to Reproduce
?
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.63
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗