protobuf-go/internal/encoding/text
Damien Neil b1cd8e38bc internal/encoding/text: escape \x7f (DEL) in strings
We already escape ASCII control characters in the range [0x00,0x20).
Escape the one control character outside this range as well.

Change-Id: If954da0d4a178b36128d1a53d25397d1b3fd2e17
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/262681
Trust: Damien Neil <dneil@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2020-10-15 21:51:19 +00:00
..
decode_number.go
decode_string.go encoding/prototext: make unexpected EOF error into proto.Error 2020-02-07 19:00:45 +00:00
decode_test.go all: fix tests for 32-bit architectures 2020-07-08 22:37:09 +00:00
decode_token.go encoding/prototext: make unexpected EOF error into proto.Error 2020-02-07 19:00:45 +00:00
decode.go encoding/prototext: make unexpected EOF error into proto.Error 2020-02-07 19:00:45 +00:00
doc.go
encode_test.go internal/encoding/text: escape \x7f (DEL) in strings 2020-10-15 21:51:19 +00:00
encode.go internal/encoding/text: escape \x7f (DEL) in strings 2020-10-15 21:51:19 +00:00