Updates:
Status: WorkingAsIntended
Comment #1 on issue 205 by temporal: Invalid strings are delivered to
application
http://code.google.com/p/protobuf/issues/detail?id=205
For performance reasons, we don't bother validating UTF-8 in opt mode (when
NDEBUG is defined), leaving it up to the app. In debug mode, we print the
warning you saw, but we don't want debug mode to behave significantly
differently from opt mode so we don't do anything other than print the
warning.
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.