Hello,

Something encoded with protoscope can't be decoded by protoscope, why?

$ echo '0: { 1 2 3 4 5 6 7 8 1 1 1 1 1 1 1 1 1 1 1}' | protoscope -s | xxd 
-ps
021301020304050607080101010101010101010101

$ echo 021301020304050607080101010101010101010101 | xxd -r -ps | protoscope 
`021301020304050607080101010101010101010101`

I've compiled protoscope from here: 
https://github.com/protocolbuffers/protoscope.git commit 
8e7a6aafa2c9958527b1e0747e66e1bfff045819. Is there a newer version of 
protoscope?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/protobuf/94703e12-5e56-4026-a6fc-bf8966dfd5fcn%40googlegroups.com.

Reply via email to