I don't speak Arabic, but I need specific support for Arabic on our web. I need parts of Arabic words to be in a <span>
with a different style than the rest of word. When I type two characters ?
and ?
, they are composed into word ??
, but when I use HTML markup
<span>?</span>?
these letters are not concatenated right in the output.
In the picture, desired output is on second line, actual output is on first line.
EDIT: It works on Firefox, but does not work in Chrome/Safari.
See Question&Answers more detail:os