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

[Bug] javadoc encoding options? #623

Open
reichg opened this issue Sep 14, 2021 · 2 comments
Open

[Bug] javadoc encoding options? #623

reichg opened this issue Sep 14, 2021 · 2 comments
Labels

Comments

@reichg
Copy link
Collaborator

reichg commented Sep 14, 2021

Despite all encoding options pointing to utf-8 during gradlew build the build fails with the following error:

PS B:\CodingStuff\atlas-checks> ./gradlew build

Task :javadoc
B:\CodingStuff\atlas-checks\src\main\java\org\openstreetmap\atlas\checks\validation\tag\InvalidCharacterNameTagCheck.java:34: error: unmappable character (0x9D) for encoding windows-1252 "OSM feature with id {0,number,#} has one or more of the following invalid characters in its \"{1}\" tags: numbers, special characters(#$%^&*@~), double quotes or smart quotes(ΓÇ£ΓÇ?).");

Is there any way to set the javadoc encoding?

@reichg reichg added the bug label Sep 14, 2021
@atiannicelli
Copy link
Collaborator

This is specific to building on Windows? I don't see this on Linux.

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

No branches or pull requests

3 participants