Top "Bidi" questions

Bidi is short for "bi-directional" and means text containing text in both text directionalities, both right-to-left (RTL) and left-to-right (LTR).

NameError: global name 'unicode' is not defined - in Python 3

I am trying to use a Python package called bidi. In a module in this package (algorithm.py) there are …

python unicode python-3.x nameerror bidi
Why words are shuffled when I insert English words in any Arabic/Urdu/Persian text on Notepad or MS Word?

I can write Arabic/Urdu/Persian on MS Word or Notepad just fine, but whenever I insert any English word …

ms-word arabic direction persian bidi
TypeError: unsupported operand type(s) for +: 'dict_keys' and 'list'

I am trying to use a Python package called bidi. In a module in this package (algorithm.py) there are …

python python-3.x typeerror bidi
How to detect whether a character belongs to a Right To Left language?

What is a good way to tell whether a string contains text in a Right To Left language. I have …

c# localization right-to-left bidi
How to force a piece of text to be 'direction ltr' inside a 'direction rtl' paragraph

So, phone numbers are always ltr (left to right). Working on a multilingual website I need to insert a phone …

html css multilingual bidi
JavaScript: how to check if character is RTL?

How can I programmatically check if the browser treats some character as RTL in JavaScript? Maybe creating some transparent DIV …

javascript unicode right-to-left bidi
How to draw RTL text (Arabic) onto a Bitmap and have it ordered properly?

I'm trying to draw Arabic text onto a Bitmap for display: Bitmap img = Bitmap.createBitmap( (int) f+100, 300, Config.RGB_565); Canvas …

android right-to-left bidi
How to get text direction in Android and change layout dynamically according to the direction?

I'm doing some research about feasibility of changing UI dynamically based on direction of a text. Although Google is supporting …

android internationalization bidi
How to solve BiDi bracket issues?

As you might know some languages are written/read from right to left and we are trying to support some …

html css rendering bidi
text direction in CK Editor

How can I set text direction [rtl] on load editor?

ckeditor right-to-left bidi