Top "Hebrew" questions

The Hebrew language is written right to left (RTL), much like Arabic and Farsi, requiring special handling when mixing Roman numerals and Latin characters in order to maintain correct flow.

Chrome error for font family: "Invalid property value"

The following CSS works well on IE and FireFox, but chrome marks it as "Invalid property value" - TD.desc1_…

css google-chrome hebrew
Regex to match Hebrew and English characters except numbers

I have a question: I want to do a validation for the first and the last name with RegEx. I …

regex validation hebrew
Twitter Bootstrap Carousel cycle items right to left ( RTL ) reversed

How can the Twitter Bootstrap Carousel cycle function can be changed to cycle the items from right to left instead …

jquery twitter-bootstrap carousel hebrew right-to-left
How to handle RTL languages on pre 4.2 versions of Android?

Background TextView always had issues with RTL (Right-To-Left) languages. Since I know only how to read Hebrew (in addition to …

android android-webview textview hebrew right-to-left
RTL is on web page reverses numbers with a dash

When my website displays Hebrew text mixed with numbers, and there is a number with a dash in the middle, …

css hebrew right-to-left
Why does \w match only English words in javascript regex?

I'm trying to find URLs in some text, using javascript code. The problem is, the regular expression I'm using uses \…

javascript regex hebrew
Text direction and alignment in email sent via email() using PHP

I am sending an automatic email via php. The email contains Hebrew which direction is right to left. Here is …

php html email alignment hebrew
Android not using/finding my Hebrew localization.

I'm working to localize my app for a number of language. Spanish is working great but Hebrew isn't showing up. …

android localization hebrew
Matplotlib: Writing right-to-left text (Hebrew, Arabic, etc.)

I'm trying to add some text to my plot which is RTL (in this case, Hebrew). After some work managed …

python matplotlib hebrew right-to-left