tuupola / base85

Base85 encoder and decoder for arbitrary data
MIT License
27 stars 3 forks source link

Wrong Z85 character set #22

Closed tuupola closed 3 years ago

tuupola commented 3 years ago

Currently the library uses

0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.-:+=^!/*?&<>()[]{}@%$#

while it should be

0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-:+=^!/*?&<>()[]{}@%$#