摘要:
some characters cannot be mapped using "ISO-8859-1" character encoding.
Either change the encoding or remove the characters which are not supported
by the "ISO-8859-1" character encoding.
解决办法:
方案一: 菜单->Window->Preferences->General->Content Types->Text->Java Properties File设置Default encoding,把ISO-8859-1改为UTF-8 然后update.
方案二:如果是jsp不能保存,那么可以把pageEncoding设置为UTF-8就行了,比如:pageEncoding="UTF-8"
阅读全文
posted @ 2009-12-06 14:32
weager
阅读(6583)
评论(1)
推荐(1)
浙公网安备 33010602011771号