On Tue, Feb 12, 2013 at 10:41 PM, rhlake <[email protected]> wrote: > Does anyone have any experience trying to send GB 18030 (Chineese > Character Set) accross a wire using protocol buffers? > > if so, which scalar type did you use? bytes? > Using bytes is fine, as long as you encode and decode the data using the same character set.
> > thank you > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/protobuf?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
