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

Source.fromFile using default encoding #120

Closed MGelein closed 5 years ago

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

Some examples of this problem can be found in the TextRepositorySource class.

neelsmith commented 5 years ago

This has been merged into master: closing now.