base64
base64 copied to clipboard
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 "ø", "ä" & "í"