UTF-8 decoding error

Christian Maeder maeder at tzi.de
Fri Sep 22 12:17:43 EDT 2006


Duncan Coutts schrieb:
>> /tmp/ghc5667_0/ghc5667_248.hspp:299:17:
> 
> I think you can fix this by pre-pending a {-# LINE #-} pragma in your
> script. Something like:
> 
> #!/bin/sh
> ( echo "{-# LINE 1 \"$2\" #-}" ; iconv -f l1 -t utf-8 $2 ) > $3

Yes, thanks again!
C.


More information about the Glasgow-haskell-users mailing list