In protobuf text, a string can be shown in the following “escaped octal value” format:
1 | some_string: "\350\277\231\346\230\257\344\270\200\344\270\252\346\265\213\350\257\225" |
Here is how to make the content readable.
1 | # Convert an "escaped octal value" string to a text string: |