[Haskell-cafe] posting UTF8 data with Curl library

Eugene Dzhurinsky bofh at redwerk.com
Thu May 6 03:57:19 EDT 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20100506/f4a154a0/attachment.bin


More information about the Haskell-Cafe mailing list