Charset UTF 8 does not work when used with Ionic Framework

Deadly 提交于 2019-12-06 03:42:59

问题


On my web app I have characters like 'Å' and I have the meta tag <meta charset="utf-8" > but these characters are not shown in the browsers. They are shown like question mark '?' .

I am using Ionic framework ? What am I missing ?


回答1:


Open the file with VS and change the save options in File -> Advanced Save Options -> Unicode (Utf8...)



来源:https://stackoverflow.com/questions/28736324/charset-utf-8-does-not-work-when-used-with-ionic-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!