Closed MGelein closed 6 years ago
As a response to issue #120 I explicitly set "utf-8" as default encoding everywhere where Source.fromFile is being used. This should go a long way towards fixing a common Windows bug.
Source.fromFile
Thanks. Should have been explicit about default char encoding from the beginning.
As a response to issue #120 I explicitly set "utf-8" as default encoding everywhere where
Source.fromFile
is being used. This should go a long way towards fixing a common Windows bug.