kowey / GenI

Surface realiser (part of a Natural Language Generation system) using Tree Adjoining Grammar
GNU General Public License v2.0
21 stars 2 forks source link

support and require UTF-8 input/output #4

Closed kowey closed 11 years ago

kowey commented 11 years ago

We don't have the resources to deal with multiple encodings, so let's just standardise on a Unicode-friendly one and hope for the best.

This may induce some pain though, because we have legacy resources that are in ISO-8859-1

kowey commented 11 years ago

Imported from trac issue 4. Created by kowey on 1970-01-01T01:20:34, last modified: 1970-01-01T01:20:54

kowey commented 11 years ago

Trac comment by kowey on 1970-01-01 01:20:54:

Input is UTF-8. Output should be locale-dependent as of GHC 6.12