684 B
684 B
abcex
Computing system based on the number 62 or 36
Usage
Encode(int, int) -> string
- convert number into string based on given base.
Decode(string, int) -> int
- convert from encoded string into number based on given base.
Convert(string, int, int) -> string
- convert encoded string from one base to another.
History
Version 1 - based on 32: number and case insensitive letters
Version 2 - failed release
Version 3 - based on 62: number and case sensitive letters
Version 4 - support both versions, based on 62 and 32