Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for unicode #13

Closed
tiojoca opened this issue Aug 27, 2015 · 2 comments
Closed

Support for unicode #13

tiojoca opened this issue Aug 27, 2015 · 2 comments

Comments

@tiojoca
Copy link

tiojoca commented Aug 27, 2015

Some unicode characters and strings are not correctly read or written. This can be fixed by surrounding the decode with decodeURIComponent and escape when reading and doing the reverse on encoding when writing, as described in https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/btoa#Unicode_Strings

@johanneslumpe
Copy link
Collaborator

Feel free to submit a pr :)

@cjdell
Copy link
Collaborator

cjdell commented Nov 19, 2015

Unicode (UTF8) is now supported as the default encoding type for strings.

@cjdell cjdell closed this as completed Nov 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants