zoukankan      html  css  js  c++  java
  • Some characters cannot be mapped using "GBK" character encoding.

    eclipse中保存*.java文件时,提示如下的错误,以及解决方法:
    Java代码  收藏代码

        Some characters cannot be mapped using "GBK" character encoding.  
        Either change the encoding or remove the characters which are not supported  
        by the "GBK" character encoding 


    Eclipse --> window --> Preferences --> General --> Content Types --> Text --> 单击 Java Properties File,在底部出现 'Default edcodng:',改成UTF-8,然后update. (如果不行尝试修改Text--目录下的所有内容都改成UTF-8然后Update,就可以了)

  • 相关阅读:
    树的同构
    最大子列和
    多项式的表示和运算
    图1
    集合及运算
    树4
    树3
    树2
    期末作业验收
    个人总结
  • 原文地址:https://www.cnblogs.com/benxiong/p/2843926.html
Copyright © 2011-2022 走看看