
21 Mar
2006
21 Mar
'06
11:59 a.m.
Malcolm Wallace wrote:
Dominic Steinitz
wrote: I finally got around to putting a "hexdump" function into a module. Any suggestions as to where it should live in the hierarchy?
How about Codec.Hexdump Codec.Text.Hexdump Text.Codec.Hexdump
I was also thinking it would be nice to have pure Haskell implementations of the various Unicode encodings. Here is my attempt at the UTF-8 codec. Like Dominic, I am wondering where such a module should live in the hierarchy?
Text.Codec.UTF8 Codec.Text.UTF8 Text.UTF8 Codec.UTF8
FWIW, our current draft hierarchy has this in Codec.Text.UTF8. (see http://darcs.haskell.org/ghc/libraries/doc/lib-hierarchy.html). Cheers, Simon