Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java source unbuildable in 1.7+ #100

Open
GoogleCodeExporter opened this issue May 23, 2015 · 0 comments
Open

Java source unbuildable in 1.7+ #100

GoogleCodeExporter opened this issue May 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Using mvn install with a JDK >= 1.7 fails with the error:
[ERROR] * @author Thomas �hl�n, [email protected]
[ERROR] ^
[ERROR] 
/home/scott/Desktop/poly2tri.java/poly2tri-core/src/main/java/org/poly2tri/trian
gulation/TriangulationUtil.java:34: error: unmappable character for encoding 
UTF-8

This error occurs for almost every Java source file.
Files in question appear to be encoded as ISO-8859-1, which is not supported in 
Java 1.7.

Original issue reported on code.google.com by [email protected] on 21 Oct 2014 at 7:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant