Please advise how to write Unicode string, so this example would work:<br><br>main = do<br>&nbsp; putStrLn &quot;Les signes orthographiques inclus les accents (aigus, grâve, circonflexe), le tréma, l&#39;apostrophe, la cédille, le trait d&#39;union et la majuscule.&quot;<br>
<br clear="all">I get the following error:<br>hello.hs:4:68:<br>&nbsp;&nbsp;&nbsp; lexical error in string/character literal (UTF-8 decoding error)<br>Failed, modules loaded: none.<br>Prelude&gt;<br><br>Also, how to read Unicode characters from standard input? <br>
<br>Thanks!<br><br>-- <br>Dmitri O. Kondratiev<br><a href="mailto:dokondr@gmail.com">dokondr@gmail.com</a><br><a href="http://www.geocities.com/dkondr">http://www.geocities.com/dkondr</a><br>