RE: [Haskell-i18n] SourceForge Project Active

29 Aug
2002
29 Aug
'02
9:15 a.m.
Where should a UTF-8 module be put? Text.UTF8?
See http://www.haskell.org/~simonmar/lib-hierarchy.html (I really ought to put this in the repository somewhere). Text encodings are in Text.Encoding at the moment. I think we should start with lazy steam encoders/decoders, and later add monadic versions and ones that work with arrays. For GHC, we'll want some really low-level ones that work on ByteArray# for use in the I/O libraries, but that can come later (maybe use libiconv?). Cheers, SImon
8347
Age (days ago)
8347
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Marlow