cite-architecture / ohco2

A cross-platform library for working with collections of texts in the OHCO2 model
https://cite-architecture.github.io/ohco2/
GNU General Public License v3.0
2 stars 1 forks source link

Made UTF-8 default encoding by explicitly setting it #121

Closed MGelein closed 6 years ago

MGelein commented 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.

neelsmith commented 6 years ago

Thanks. Should have been explicit about default char encoding from the beginning.