1
vote
4answers
598 views

Parsing through Arabic / RTL text from left to right

Let's say I have a string in an RTL language such as Arabic with some English chucked in: string s = "Test:لطيفة;اليوم;a;b" Notice there are semicolons in the string. When I use the Split command ...
2
votes
1answer
355 views

Android Hebrew RTL String With Numeric Value Flipped

I would like to display a String with my app name and it's current version. The app name is in hebrew, for some when I combine hebrew text with numeric value, the numeric value is flipped. ...
0
votes
2answers
355 views

In which order RTL language (Hebrew, Arabic, etc) strings are stored in memory?

And how does the OS know whether to apply bidi algorithms on the string for displaying purposes? I know that Hebrew might come in an ISO-Logical form, but how does the OS know how to point that a ...
0
votes
1answer
162 views

FlowDirection.RightToLeft messes strings up

Switching to RightToLeft (by altering MainWindow.FlowDirection) changes strings which have a round (closing) paranthesis at the end by placing it as an opening paranthesis at the start. Is something ...
1
vote
1answer
360 views

string.Format problem in concatenating left-to-right languages with right-to-left languages

Persian is a right-to-left language. I want to show a message to the user that something was saved successfully. However, the name of that thing (entity) is sometimes in English, and sometimes in ...
2
votes
1answer
501 views

rearrange string with mixed languages (LTR + RTL)?

I have a text with mixed languages, (one LTR and the other RTL).when sending the string on SMTP the string gets mixed up .Is there any way to recognize the string ?