error: unmappable character for encoding UTF-8

后端 未结 4 1063
梦谈多话
梦谈多话 2021-01-02 07:44

error: unmappable character for encoding UTF-8 Because of copyright character, I am getting this error. I am using netebans 7.2.

/**
 *  � 2006
 * 
 * This         


        
4条回答
  •  天涯浪人
    2021-01-02 08:07

    You have to set the project's encoding correctly.

    Right click on your project -> Properties -> Sources -> Encoding

    Windows 1252 is a good option to try. It worked for me.

提交回复
热议问题