rupesh4514 / grammatical-framework

Automatically exported from code.google.com/p/grammatical-framework
0 stars 0 forks source link

Clone.hs fails in the presence of non ASCII characters #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Goto directory examples/phrasebook/
2. runghc Clone Fin Abc

What is the expected output? What do you see instead?

I'm getting the error:

    Clone: SentencesFin.gf: hGetContents: invalid argument (Invalid or incomplete multibyte or wide character

and an empty file `SentencesAbc.gf` is created.

What version of the product are you using? On what operating system?

Latest darcs on Ubuntu 11.04.

Original issue reported on code.google.com by kaljurand on 14 Nov 2011 at 11:32