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

Uncertain project language encoding #151

Closed
raidan2 opened this issue Jul 27, 2016 · 3 comments
Closed

Uncertain project language encoding #151

raidan2 opened this issue Jul 27, 2016 · 3 comments
Assignees
Milestone

Comments

@raidan2
Copy link
Contributor

raidan2 commented Jul 27, 2016

It is recommended to explicitly set encoding for project according to
https://maven.apache.org/general.html#encoding-warning

For instance, I even have

[WARNING] File encoding has not been set, using platform encoding Cp1251, i.e. build is platform dependent!
and could accidentally miss symbol not in standard encoding table.

Which encoding it should be? UTF-8 or good old US-ASCII?

@deruelle
Copy link
Member

UTF-8 is preffered

@raidan2
Copy link
Contributor Author

raidan2 commented Jul 28, 2016

Then you have my PR: #152

@vetss
Copy link
Contributor

vetss commented Aug 2, 2016

I have added UTF-8 into a root pom by local commit. Thanks for your update. (#152)

@vetss vetss added this to the 7.1.0 milestone Aug 2, 2016
@vetss vetss self-assigned this Aug 2, 2016
@vetss vetss closed this as completed Aug 2, 2016
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

3 participants