JQuery in Persian

I want to create a simple website in Persian. I am using jQuery and jQuery UI on my webpage. But when I write a tag containing the Persian language, it does not look perfect and trustworthy. It shows a lot of question marks in this tag.

How to solve it?

+5
source share
1 answer

Choose a character encoding (UTF-8 if you have no reason to use something else) and make sure that you use it everywhere (in your editor, in your database, in your HTTP responses, etc.).

+7

All Articles