简体   繁体   中英

How to fix the character encoding produced by jaggery-js?

How to fix the character encoding problem produced by jaggery-js?

  <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <% print('á, ú, č, š') %> <p>ı, ü, ğ, ö , ç , ş , İ</p> </body> </html> 

output:

á, ú, Ä, Å¡

ı, ü, Ä, ö , ç , Å , Ä°

在该项目的Github存储库中存在一个未解决的问题 ,该存储库自2012年8月开放。您可以尝试一些事项。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM