I just lost so much time because it seems either this library, or my partners php base62 library is behaving very unexpectedly.
This one converts 10008287 to fzbz and his converts it to FZBZ.
I checked another base62 gem for sanity... this one: https://github.com/steventen/base62-rb
And it also does it as FZBZ. Every other library I've tried thus far uses uppercase.
Do you know why this is? I thought there was only 1 kind of base62, without any room for variation?
I just lost so much time because it seems either this library, or my partners php base62 library is behaving very unexpectedly.
This one converts
10008287tofzbzand his converts it toFZBZ.I checked another base62 gem for sanity... this one: https://github.com/steventen/base62-rb
And it also does it as
FZBZ. Every other library I've tried thus far uses uppercase.Do you know why this is? I thought there was only 1 kind of base62, without any room for variation?