UTF-8 library

Axel Simon A.Simon@ukc.ac.uk
Wed, 7 Aug 2002 10:43:14 +0100


On Wed, Aug 07, 2002 at 02:33:34AM -0700, Ashley Yakeley wrote:
> At 2002-08-07 02:28, Axel Simon wrote:
> 
> >encodeISO-8859-1 :: String -> [CChar]
> 
> Word8, not CChar.
But the point was that C might have different sized characters and that 
these functions would still be portable even if the size of CChar changes. 
Or is CChar now deprecated?

Axel.