korpling / pepper

A highly extensible plattform for conversion and manipulation of linguistic data between an unbound set of formats. Pepper can be used stand-alone as a command line interface, or be integrated as an API into other software products.
http://corpus-tools.org/pepper
Other
23 stars 3 forks source link

problems with file encoding in Windows #56

Closed FlorianZipser closed 9 years ago

FlorianZipser commented 9 years ago

Some importers have problems reading UTF-8 encoded files with BOM in Windows. This could be solved using the java line property:

-Dfile.encoding=UTF-8