Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery in Persian language

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?

like image 942
AmirHossein Avatar asked Jul 07 '11 10:07

AmirHossein


1 Answers

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).

  • Introducing Character Sets and Encodings
  • The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)
  • Setting encoding in web authoring applications
like image 159
Quentin Avatar answered Nov 03 '22 15:11

Quentin