error: unmappable character for encoding UTF-8

后端 未结 4 1089
梦谈多话
梦谈多话 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:01

    It sounds like you have two options:

    • Call the generator using a command-line parameter to generate UTF-8 instead of whatever it's using by default. (You haven't said where this file actually comes from, but I assume the generation is under your control somewhere...)
    • Change how Netbeans handles the file, telling it what encoding it's really in

    Personally I'd favour the first option if possible - UTF-8 is a nice "everything supports it" encoding

提交回复
热议问题