英文可以,但对于日语提要,它会显示无效字符...
为什么我在日语提要中获得无效字符?http://acsjapan.jp/j/index.html
不是英语?http://acsjapan.jp/
帮我修复japnese提要..
发布于 2010-08-13 19:05:06
这是一个编码问题。
您正在网页上使用(隐式) ISO-8859-1编码。您的AJAX提要提供UTF-8字符。
这很棘手:我不认为您可以让Google Service以ISO-8859-1字符集提供其数据。最好的方法是将您的站点切换到UTF-8 -但这可能会产生更深层次的后果,并需要其他更改,特别是如果您使用的是CMS。
必读的基础读物:The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)
https://stackoverflow.com/questions/3476086
复制相似问题