
22 Nov
2008
22 Nov
'08
6:52 a.m.
2008/11/22 Dmitri O.Kondratiev
Please advise how to write Unicode string, so this example would work:
main = do putStrLn "Les signes orthographiques inclus les accents (aigus, grâve, circonflexe), le tréma, l'apostrophe, la cédille, le trait d'union et la majuscule."
That really ought to work. Is the file encoded in UTF-8 (rather than, eg. latin-1)? Luke