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