#Arabic Text Rendering

1 messages · Page 1 of 1 (latest)

twin pagoda
#

So, i want explore RTL website design. and i found out arabic text can't render/read like what i write on Visual Code. Please help

peak escarp
#

Does your page (or layout) have a <meta> tag for the charset

astral grove
#

Yes, usually this is because the page isn’t telling the browser it’s using utf-8 encoding.

Make sure you have this tag inside the <head> of your page:

<meta charset="utf-8" />