base32-encode icon indicating copy to clipboard operation
base32-encode copied to clipboard

Allow a custom alphabet to be used by the encoder

Open samkirton opened this issue 3 years ago • 1 comments

samkirton avatar Aug 20 '21 07:08 samkirton

this is great. is it possible to support a character map?

I'm trying to use kai notation

https://github.com/elixireumorg/base32-alphabets#kai https://github.com/elixireumorg/base32-alphabets/blob/master/lib/base32-alphabets/kai.rb

kai notation maps certain characters like l to 0, and uses letters in place of numbers after 9, etc.

mikedizon avatar Jan 05 '22 19:01 mikedizon