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

Add support for UTF-7 decoding #3

Open
jcranmer opened this issue Apr 3, 2014 · 2 comments
Open

Add support for UTF-7 decoding #3

jcranmer opened this issue Apr 3, 2014 · 2 comments

Comments

@jcranmer
Copy link
Contributor

jcranmer commented Apr 3, 2014

Several investigations into real-world charset usage have indicated that UTF-7 is very much a required charset for emails, and TextDecoder is unlikely to natively gain support for UTF-7 since it is a very dangerous charset.

@peteroupc
Copy link

Can you look at this?

https://gist.github.com/peteroupc/08c5ecc8131a76062ffe

It's a UTF-7 decoder that takes an array buffer or a string, with test cases.

@lygstate
Copy link

Now we use third party decoder, it's possible to add UTF-7 support now.

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