JonathonS
unread,Sep 26, 2012, 5:09:48 PM9/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to prot...@googlegroups.com
Hi,
I am interested in validating my UTF-8 strings in protobuf lite.
After some research, I've come across the macro
GOOGLE_PROTOBUF_UTF8_VALIDATION_ENABLED which seems to do what I want.
However, this only seems possible in the NON-lite version and
therefore I cannot use this. Is this correct? Or, have I missed
something. If so, is there a way to use this in the lite-version?
Also, in the documentation, it states that it will output the error
(if there is one) in the logs. What logs is this? If I am debugging
in Windbg, will it output to the debug console?
Thanks,
J