base64 icon indicating copy to clipboard operation
base64 copied to clipboard

how to decode custom chars

Open foxundermoon opened this issue 4 years ago • 0 comments

I want to implement a url-encoding compatible version. But I don't know how to modify the decoding table, can you add one?

    string internal constant TABLE_ENCODE = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";

foxundermoon avatar Nov 21 '21 08:11 foxundermoon