-
Notifications
You must be signed in to change notification settings - Fork 395
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
publish-listing uses default encoding when reading text files #601
Milestone
Comments
kedzie
pushed a commit
to kedzie/maven-android-plugin
that referenced
this issue
Mar 6, 2015
kedzie
pushed a commit
to kedzie/maven-android-plugin
that referenced
this issue
Mar 6, 2015
Travis fix for build simpligility#601 change
The mojo should probably use the soruce encoding configured in the pom. Want to send a pull request? |
Already on it. |
I would think so |
I would consider the listing a source file .. right? |
Just like src/main/resources and others. |
Actually i wanted to write that in the OP, i agree with you. |
Implemented. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have listing text files stored with UTF-8 encoding. However, it seems the mojo uses the platform default encoding (which is not UTF-8 on Windows) when reading those files. This results in badly interpreted characters get uploaded to the play store.
I think we should either use a configurable property for this, or just hardcode the defacto standard UTF-8.
What do you guys think?
The text was updated successfully, but these errors were encountered: