j
k
j a
j l
On 10/2/05, Joel Reymont wrote:
Folks, How do I convert a list of bytes to a string?
Folks,
How do I convert a list of bytes to a string?
I assume you don't care about Unicode: map (Char.chr . fromIntegral) or map (toEnum . fromEnum) Best regards Tomasz
Attachments:
Back to the thread
Back to the list