当前位置: 代码迷 >> Eclipse >> 一个异常
  详细解决方案

一个异常

热度:105   发布时间:2016-04-23 18:50:05.0
一个错误
computer_zh_cn.properties
user.word=用户:{}   www.computer.com;aasasf{1}

Save   could   not   be   completed

Reason:
    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.

如何解决呢?

------解决方案--------------------
把头部分的编码方式改为ISO-8859-1即可.
  相关解决方案