error: unmappable character for encoding UTF-8 Because of copyright character, I am getting this error. I am using netebans 7.2.
/** * � 2006 * * This
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.