protobuf-java-format icon indicating copy to clipboard operation
protobuf-java-format copied to clipboard

Escape / Unescape bytes are not perfect inverses

Open primshnick opened this issue 9 years ago • 1 comments

Escaping a ByteString (JavaFormat.escapeBytes(...)) produces a String that does not always get unescaped back to an equivalent of the original ByteString via JavaFormat.unescapeBytes(...). See pull request #27 for a test that demonstrates this.

primshnick avatar Mar 28 '16 00:03 primshnick

This has been addressed by pull request 26

primshnick avatar Apr 03 '16 16:04 primshnick