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

Explicitly set UTF-8 encoding for Java source files. #271

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

bmurray7
Copy link
Contributor

By default, Ant invokes javac with the system LC flags. This change
forces javac to always treat files as  UTF-8 encoded, regardless
of the local environment.i

Signed-off-by: Brian J Murray [email protected]

By default, Ant invokes java with the system LC flags. This change
forces javac to always treat files as  UTF-8 encoded, regardless
of the local environment.i

Signed-off-by: Brian J Murray <[email protected]>
@hrj hrj merged commit 6db3f64 into gngrOrg:master Mar 31, 2021
@hrj
Copy link
Member

hrj commented Mar 31, 2021

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants