#Arabic Text Rendering
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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
Does your page (or layout) have a <meta> tag for the charset
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" />