myyang / django-pb-model

Protobuf mixin for django model
Other
112 stars 22 forks source link

Giving error if string contains any latin character #22

Open maruthi8 opened 4 years ago

maruthi8 commented 4 years ago

Any support for having unicode literals while serialising json data to proto message

myyang commented 4 years ago

Could you provide fail cases? Thanks.