On Saturday, May 24, 2014 2:29:57 AM UTC+2, Oliver wrote:
>
> In fact looking at the exact data this is almost certain to be what's 
> happening. Bytes >128 are being replaced by the three byte sequence 0xef 
> 0xbf 0xbd which is the UTF-8 encoding of U+FFFD - the "replacement 
> character" often used to replace unrepresentable characters when 
> transcoding.
>
>
Ok, then I probably know what is causing the problem, and it is exactly the 
fact that the byte sequence is then being represented as a string. I need 
to better check the ZeroMQ API and see what I can do about it.

Thanks for your help! 

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to