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

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to