
Thanks, I will look at the nhc code and try to implement it (slowly, anyway...). Regards. Antonio Regidor García
The Haskell'98 Report says:
Haskell uses the Unicode [11] character set. However, source programs are currently biased toward the ASCII character set used in earlier versions of Haskell.
I'm afraid it is still true that all the compiler implementations accept only 8-bit characters in source files. You can notate a larger character with a hex escape e.g. '\x10d5', but often this is truncated to the lower 8-bits on output.
The use of Unicode in Haskell remains a hope, not a reality.
Regards, Malcolm
______________________________________________ Renovamos el Correo Yahoo!: ¡100 MB GRATIS! Nuevos servicios, más seguridad http://correo.yahoo.es
participants (1)
-
Antonio Regidor García