
21 Sep
2006
21 Sep
'06
8:58 a.m.
Duncan Coutts schrieb:
There is iconv. It could be used as a pre-processor with ghc's -F -pgmF -optF flags.
NB: -F is missing in the Flag reference A simple script for the pgmF command #!/bin/sh iconv -f l1 -t utf-8 $2 > $3 worked for me, thanks!
Sorry there isn't a better solution at the moment. You could petition for an {-# ENCODING ISO-8859-1 #-} pragma as mentioned in that ticket.
This seems unnecessary now. Christian