Forum Discussion
helzayat
Jun 05, 2026Copper Contributor
BiDi broke in Windows 11
After years of no-problem Arabic in both Windows 10 and 11, Arabic text is now being displayed left-to-right in command prompt, Windows PowerShell and PowerShell 7.6.2 (I've removed Windows Ter...
Harlowao
Jun 07, 2026Copper Contributor
One potential cause could be the input or display directionality settings within the console windows themselves. You might want to check the console properties for command prompt and PowerShell, specifically looking for options related to bidirectional text support or enabling right-to-left display. Sometimes, adjusting the console's font to a known RTL-compatible font like "Lucida Console" or "Consolas" helps, or explicitly setting the code page to an RTL-supporting one using chcp commands.