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.