dkpro / dkpro-pycas

Library for working with UIMA CAS XMI files in Python. This library is deprecated. Use DKPro Cassis instead!
https://github.com/dkpro/dkpro-cassis
Apache License 2.0
3 stars 3 forks source link

Changed encoding from ascii to Unicode #2

Closed mfux closed 6 years ago

mfux commented 6 years ago

The XMI may contain Unicode Characters. therefore it should be encoded with unicode. Trying to encode a unicode character with ascii would cause the program to fail.