Closed MGelein closed 5 years ago
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
This has been merged into master: closing now.
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.