I've got following problem. If I enter in ghci following line:
Prelude Foreign.C> castCCharToChar $ castCharToCChar '�'
I would expect that this returns '�', but it returns '\252'. Is this the correct behaviour? Or am I doing something wrong? Or are there any problems with language specific characters and CChar?
thanks Christian B.
_______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
