jquery-base64
jquery-base64 copied to clipboard
Accepting Non-Latin Characters?
Great plugin. One issue I found when trying to push non-latin characters -- if you run it as such
$.base64.encode('पनामा');
It will return an error as such:
"INVALID_CHARACTER_ERR: DOM Exception 5"
It would be great to get this to work in all alphabets if at all possible!
Maybe inspiration can be taken from this -- https://github.com/yatt/jquery.base64