开发者

jQuery in Persian language

开发者 https://www.devze.com 2023-03-18 10:06 出处:网络
I wa开发者_StackOverflownt create a simple website in Persian language. I use jQuery and jQuery UI in my web page.

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
0

精彩评论

暂无评论...
验证码 换一张
取 消