I want create a simple website in Persian language. I use jQuery and jQuery UI in my web page.
But when I write a tag that contains Persian language, it’s not looking perfect and trustworthy. It shows many question marks in this tag.
How to solve it?
Pick a character encoding (UTF-8 unless you have an excellent reason to use something else) and make sure you use it everywhere (in your editor, in your database, in your HTTP responses, etc).