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

Support different input and output encodings #1029

Merged
merged 3 commits into from
Jun 14, 2022
Merged

Support different input and output encodings #1029

merged 3 commits into from
Jun 14, 2022

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Jun 14, 2022

Based on work by @qxo in #799

Finally fixes #637 which was first reported in 2011 (https://code.google.com/archive/p/pitestrunner/issues/14)

private Charset inputCharset;
private Charset outputCharset;

public Builder inputCharSet(Charset inputCharset) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hcoles Working on the Gradle integration, I've noticed that you mix "charset" and "charSet" for fields, "setters" and getters. Maybe they all could switched to just "charset" (with deprecating the old methods)?

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.

Sourcefiles encoding option needed
2 participants