Android Web View and Hebrew

I have the following HTML that I am trying to display in Android WebView.

      <div id=header-right>
        <p  dir=RTL style='text-align:right;direction:rtl;unicode-bidi:
        embed'><a name=1><b><span lang=HE style='font-size:13.5pt;mso-fareast-font-family:
        "Times New Roman";color:#000099'> úôìú ùçøéú <o:p></o:p></span></b></a></p>
         </div>

         <div id=header-right>
         <p  dir=RTL style='text-align:right;direction:rtl;unicode-bidi:
         embed'><a name=1><b><span lang=HE style='font-size:13.5pt;mso-fareast-font-family:
         "Times New Roman";color:#000099'>îåãÆä  <o:p></o:p></span></b></a></p>
         </div>

"Strange" characters - Hebrew. Both are displayed correctly in the browser (firefox), when launched on Android, the first is displayed correctly, and the second is displayed incorrectly (the word is displayed inverted, first char is the last).

Both have exactly the same structure. I do not understand why it is shown correctly, and the other is not

+3
source share
1 answer

The first word does not unfold; the second has vowels (nowhere). There is a reported error about this, and vowels in Hebrew are incorrectly laid out with letters going from left to right (although, oddly enough, the words themselves are correctly placed from right to left).

, segol ( ) , .

+2

All Articles