jQuery in Persian language
I wa开发者_StackOverflownt 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).
- 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
精彩评论