
29 Mar
2007
29 Mar
'07
9:40 a.m.
Hi Greg, Good analysis so far. I think you're close to this one. Based on what you said, I looked at Compat.Unicode and there is indeed a type error in this foreign call: foreign import ccall unsafe "u_gencat" wgencat :: CInt -> Int The return type should be CInt, not Int. Try changing that and see if it helps. You might need to add some fromIntegrals. Cheers, Simon