0
Good afternoon guys, my code from nothing passed to a different encoding, which I believe to be UTF-8, at the time of executing the code happens the following error:
unmappable character for encoding UTF-8
There is no way to pass each part of the code in hand, as it was error in more than 200 words. Someone has some solution?
I’ve tried to put
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
I’ve tried to dial UTF-8 there too and by default comes ANSI, but it didn’t work. :/
– Pedro Teixeira