
21 Mar
2006
21 Mar
'06
10:07 a.m.
Dominic Steinitz
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 Regards, Malcolm