Re: [protobuf] TextFormat Parser fails if the "&" symbol is inside a String

2017-01-05 Thread Apostolos Papageorgiou

WITHDRAWN.
(While trying to reproduce with a simple example to send it to you, I found 
out it was some wrong "character escaping" elsewhere in my code, which I 
mistakenly thought I had checked already...aaargh. Sorry and thanks.)

-- 
>> 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+u...@googlegroups.com .
>> To post to this group, send email to prot...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/protobuf.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


Re: [protobuf] TextFormat Parser fails if the "&" symbol is inside a String

2017-01-04 Thread 'Adam Cozzette' via Protocol Buffers
Could you post an example of a text-format protocol buffer that is failing
to parse correctly?

On Wed, Jan 4, 2017 at 1:48 AM, Apostolos Papageorgiou <
apostolos.ch.papageorg...@gmail.com> wrote:

> Hello,
>
> I am using protobuf java 3.0.0 and I am getting a "String missing ending
> quote" error (at textFormat.getParser().merge()) when I parse a message
> which contains the "&" symbol inside the value of any String field.
> Am I missing something? Or does the tokenizer of TextFormat.Parser mess it
> up when it hits that symbol?
>
> Sorry if I have overseen any related post and thanks a lot in advance for
> your help.
>
> Best regards,
> Apostolos
>
> --
> 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 https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.