问题
I am using polymer to develop my own app. Coz the target user are Asian, i have to use Korean, Japanese or Chinese characters. However, they are not display properly.like this
Are there ways to solve this problem?
回答1:
You need to specify the encoding in the HTML file of the Polymer element.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
See also I have greek text on a String in Dart using Polymer, why is it displayed wrongly on the browser?
来源:https://stackoverflow.com/questions/35394715/are-there-ways-to-display-korean-japanese-or-chinese-characters-on-polymer-pape