[Haskell-cafe] haskell companies

2006-06-21 Thread Andreas Kägi
hello i wonder if there are companies that use haskell in practice. i'm a computer science student from switzerland (europe) and need to do an internship. since i find haskell very interesting i thought these two things could maybe be combined. ___

[Haskell-cafe] I/O and utf8

2006-01-08 Thread Andreas Kägi
hello i want to read a file encoded in utf8 and at a later time output portions of it on the console. Is there an easy way to do this in haskell? using the standard i/o functions i can read the file but the output gives me \1071 ... instead of the unicode characters.