We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specifying encoding when using Source.fromFile or alternatives is necessary. Windows assumes cp-1252, which doesn't work when UTF-8 is expected.
Source.fromFile
cp-1252
Some examples of this problem can be found in the TextRepositorySource class.
TextRepositorySource
The text was updated successfully, but these errors were encountered:
This has been merged into master: closing now.
Sorry, something went wrong.
No branches or pull requests
Specifying encoding when using
Source.fromFile
or alternatives is necessary. Windows assumescp-1252
, which doesn't work when UTF-8 is expected.Some examples of this problem can be found in the
TextRepositorySource
class.The text was updated successfully, but these errors were encountered: