Bi-directional text is text containing text in both text directionalities, both right-to-left (RTL) and left-to-right (LTR). It generally involves text containing different types of alphabets, but may also refer to boustrophedon, which is changing text directionality in each row.
0
votes
1answer
60 views
Processing Urdu Bidirectional text in text editors and Python
I wanted to process some bidirectional text (in Urdu and English) in a MS Word document with a Python script that transforms the text into table markup. I can't directly access the bidirectional text ...
3
votes
2answers
75 views
How can I automatically set text direction based on input text language?
In Google plus (and a lot of other places), when I want to post something, when I type it in Persian, which is a right-to-left language, text direction is automatically set to rtl and ...
0
votes
1answer
55 views
Bidirectional multilanguage String conversation
Im trying to print a bidi String using SWT,Paperclips and Java.
When I Print the String to the screen - everything is OK (on Java-SWT label)
But when I try to print it with paperclips the String is ...
1
vote
2answers
81 views
Are the radio buttons and text in proper order within a Right-To-Left (rtl) HTML area?
I noticed an issue when using right-to-left-based radio buttons on the same line in HTML. The radio "button" does not line up with the associated text as I would expect; the radio for group 1 is next ...
4
votes
1answer
217 views
Disable ActionBar RTL Direction
Android 4.2 introduced RTL (BiDi) support, to start using it I just follow the instructions (android:supportsRtl attribute to the element in your manifest file and set it “true")
But then my ...
0
votes
1answer
95 views
Is there a javscript/jQuery library to handle auto-direction of input?
I am looking for a jQuery library to help with handling bidirectionality
Google has one in the closure library, but I feel it is a waste to include all of the library just for bidi input support ...
0
votes
1answer
39 views
How can I write this as a currency unit but forwards د.إ
I'm setting up internationalization for UAE which uses this symbol : د.إ
But when I plug it into my en-UAE.rb :
:currency => {
:format => {
:unit => 'د.إ',
:precision ...
0
votes
0answers
103 views
RTL & LTR (bidirectional) in UITextView
I'm trying to save the content of a UITextView which contains lines of text formatted both RTL and LTR.
The problem is that UITextView checks only the first character to format direction. Let's assume ...
1
vote
1answer
247 views
How do I reverse the order of two words in a string of arabic language?
I need to reverse the text direction of an arabic string in perl as I have done it in this Fiddle using CSS. I am a newbie in perl, so I need some guidance to get my expected result.
I am looking for ...
8
votes
3answers
393 views
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 and looking at where text is placed?
A bit of context. Unicode 5.2 ...
0
votes
1answer
290 views
Print Arabic (RTL) and English (LTR) in the correct directions at the same time
I want to output "Arabic" and "English" text at the same time in Java for example, outputting the following statement: مرحبا I am Adham.
I searched the internet and I found that the BiDi algorithm is ...
2
votes
1answer
164 views
Bidirectional text and numbers
I have a website that displays in two languages - english and farsi. The title of a list item can be in both languages mixed at the same time. All ok until here as far as you have text only it will ...
0
votes
1answer
195 views
Bidi text display
We want to display text in our application which sometimes contain a mix of both rtl and ltr. I am able to determine the language of the text and can switch dir=ltr or dir=rtl depending on the ...
1
vote
1answer
385 views
Looking for a method for flipping bidi (Hebrew) text so it would be displayed correctly in AndEngine
I've been lurking around the web for days trying to look for a code implementation (Preferably Java) for flipping Bidi text so it would be displayed correctly inside platforms that do not support Bidi ...
3
votes
4answers
2k views
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 or number, the sequence is just disturbed and seems like the all the words have been shuffled ...
2
votes
2answers
557 views
HTML5 Canvas fillText with Right-to-Left string
I am trying to use the fillText() method on an HTML5 Canvas' 2d Context to draw a string written in Arabic. It works perfectly, until I put a punctuation mark at the end of the string. Then the ...
1
vote
1answer
509 views
Unicode bidi text algorithm in C#?
Is there a C# version of the Unicode algorithm that takes a Unicode string and breaks it into runs that can be correctly rendered? Each run should be either left-to-right or right-to-left.
We ...
4
votes
2answers
264 views
Ways to simulate the yet unimplemented <bdi> HTML tag?
The purpose of the <bdi> tag in HTML5 is to isolate bidirectional text from it's context. And that's precisely what I'm looking for.
A left-to-right username displays like this:
Welcome, ...
4
votes
2answers
401 views
Set JLabel Alignment right-left
I have a JPanel that separated to 2 blocks, in south block (layout) I have add a JLabel, In the label I want to Insert a string with this rule: (Name, Date, Time, In/Out)
If my name was written in ...
2
votes
0answers
265 views
Incorrect bidi behaviour in WPF?
I experience strange things when setting the "Language" property in WPF:
Set FlowDirection to "RightToLeft" on a Window or textbox/textblock
Set the Language property to "fa-IR"
Set the text to one ...
1
vote
4answers
146 views
Bi-directional text destroying the layout
In my website there's a header that should display "Welcome username.".
<span>Welcome <?php echo $username; ?>.</span>
The problem is that if the user changes his name to ...
0
votes
1answer
375 views
How to write this RTL layout in HTML?
I'm trying to get the following layout of text containing both Hebrew and Latin characters:
2011 ,HEBREW 11 ,english
(The capitalized letters represent Hebrew characters, and the whole thing should ...
2
votes
3answers
322 views
pyfribidi for windows or any other bidi algorithm
I'm trying to generate a report using reportlab, and the report language is Arabic. but the problem is reportlab doesn't support BIDI (Bidirection) Display because of the lack BIDI Algorithm support ...
9
votes
4answers
2k views
How to solve BiDi bracket problem?
As you might know some languages are written/read from right to left and we are trying to support some RTL languages. For the web UI using dir="rtl" in html does most of the job thanks to algorithms ...
4
votes
1answer
117 views
Printing Bidi text to an image
I have some code in Python using PIL, that will print UTF-8 characters to an image.
I've noticed that for joining Bidi scripts like Arabic, the same code fails to connect characters correctly (the ...
2
votes
4answers
739 views
How can I recognize RTL strings in C++
I need to know the direction of my text before printing.
I'm using Unicode Characters.
How can I do that in C++?
2
votes
1answer
732 views
BidiMap Synchronization
When using the apache commonds bidimap, how do you handle synchronization. For example, if I create the map as shown below
BidiMap oneWay = new DualHashBidiMap();
BidiMap theOtherWay = ...
8
votes
1answer
631 views
How to create a regex for parsing Arabic Dates
I'm working on a program that is running a series of regexs to attempt to find a date within the DOM from a webpage.
For example, in www.engadget.com/2010/07/19/windows-phone-7-in-depth-preview/, I ...
3
votes
3answers
692 views
Bi-directional Browser Title (Hebrew and English characters in Title)
I have a aspx page who's title has both Hebrew and English characters in it, and the order of the words gets messed up.
Is there a way to style the title so the words don't get messed up, or is it an ...
7
votes
3answers
2k views
Where exactly in the Android OS is text renderred?
Let me first state what I am trying to achieve:
To create a patch for the Android OS to enable it to display Arabic/Hebrew correctly. Both of these languages are Right-to-Left (RTL) and their script ...
0
votes
1answer
1k views
Displaying bidirectional multiline text from XML file in flash
I have been asked to add support to a xml based website. I have been looking into it and have realised that it is not going to be very straight forward. The text does have english phrases in when ...
3
votes
4answers
4k views
Reversing Strings in Right To Left (BiDirectional) Languages in C#
I'm using iTextSharp( C# iText port) to create pdfs from text/html. Most of my text is in Hebrew, a Right-To-Left language.
My problem is that PDFs show RTL langauge in reverse, so I need to reverse ...
2
votes
1answer
147 views
What's the correct direction of a date embedded in arabic text?
The question is quiet simple: I've got an arabic text with an US formated Date in it. What is the correct display order of this date? Is it(for instance) 01/10/2009 or 2009/10/1?
The bidi algorithm ...
3
votes
1answer
7k views
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 c = new Canvas();
c.setBitmap( img );
mFace = ...
1
vote
1answer
503 views
Current Text Direction (BiDi support) in Cocoa?
I recently received an Arabic translation for my app, but would like to do more than simply replace the strings. I can re-layout most of the NIBs with Interface builder, but there are a few things ...
1
vote
1answer
905 views
YUI support of rtl languages
Does YUI support rtl languages? (rtl: right to left, such as hebrew or arabic).
If so, how?
I want to display a MenuBar where the different menu items start near the right margin and go to the left.
1
vote
2answers
1k views
Mix of Arabic and English causes problems in JTextArea (Java)
I have a JTextArea which displays HTML of an Arabic web page. So it's essentially a mix of English and Arabic. In the JTextArea, with columns set to 30, certain text just disappears instead of ...
5
votes
9answers
1k views
Why is software support for Bidirectional text (Hebrew,Arabic) so poor?
While most operating systems and web browsers have very good support for bidirectional text such as Hebrew and Arabic, most commercial and open-source software does not:
Most text editors, besides ...

