标签: python protocol-buffers
在Protobuf中存储非英语字符串时,它以八进制形式存储。
answer_proto.attribute_answer.attribute_name = 'सियार' print(answer_proto)
导致:
attribute_answer {attribute_name: “ \ 340 \ 244 \ 270 \ 340 \ 244 \ 277 \ 340 \ 244 \ 257 \ 340 \ 244 \ 276 \ 340 \ 244 \ 260”}