-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
The proto2 and proto3 specifications state that the string type must be encoded as valid UTF-8, and the golang protobuf implementation would reject invalid utf8 string on marshaling and unmarshaling in proto3.
I am wondering if vtprotobuf can support UTF-8 string validation for proto3 to ensure consistent behavior with the canonical implementation.
Here are the related issues and changes:
Metadata
Metadata
Assignees
Labels
No labels