
6 May
2010
6 May
'10
7:57 a.m.
On Wed, May 05, 2010 at 11:15:05PM +0200, Daniel Fischer wrote:
It's the same type, so you can encode it using Data.ByteString.UTF8 and send it over the network as a plain old ByteString. On the receiving end, you read it as a plain ByteString and then interpret it as a utf-8 encoded ByteString.
Okay, I will give it a try. Seems like everything should be pretty simple and straightforward. Thank you! -- Eugene N Dzhurinsky