character encoding - Haskell IO russian symbols -


I try the process file which is written by Russian symbols. When I write a text to write and get something after writing:

"\ 160 \ 192 \ 231 \ 229 \ 240 \ 225 \ 224 \ 233 \ 228 \ 230 \ 224 \ 237"

How can I get general symbols?

Thanks

If you are getting string with backlabs and numbers, then It sounds as if you want to call "putStr" when you can say "print".


Comments