base64 icon indicating copy to clipboard operation
base64 copied to clipboard

Results 3 base64 issues
Sort by recently updated
recently updated
newest added

I'm assuming maybe assembly isn't supported but would you have any idea why this library doesn't work when deployed on Arbitrum?

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-_"; ```

I'm getting incorrect character decoding for characters like "ø", "ä" & "í"