Encoded string cannot be decoded.
haichongfu2003 opened this issue · 1 comments
haichongfu2003 commented
Small mistake in EncodedUint
It should be
for u >= 32 {...}
instread of
for u > 32 {...}
twpayne commented
Thanks for the bug report @haichongfu2003 !