[Haskell-i18n] Code for conversion to and from UTF8

Wolfgang Jeltsch wolfgang at jeltsch.net
Thu Feb 12 23:37:23 EST 2004


Am Donnerstag, 12. Februar 2004 20:38 schrieb George Russell:
> I don't know if anyone else has done this, but I thought my own effort
> (attached) might be of interest.  It converts String -> String to and from
> UTF8 representations.

UTF-8 sequences should be represented as [Word8] rather than String.

> [...]

Wolfgang



More information about the Haskell-i18n mailing list