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 TextDecoder and TextEncoder #16

Open
akbertram opened this issue Sep 28, 2021 · 1 comment
Open

Support for TextDecoder and TextEncoder #16

akbertram opened this issue Sep 28, 2021 · 1 comment

Comments

@akbertram
Copy link

To work with Strings encoded in binary streams, the TextEncoder and TextDecoder are required.

Would it be useful to add definitions and JVM implementations to this library?

@niloc132
Copy link
Member

Yes, that would be welcome I think.

I thought that I had remembered that elemental2 had those classes, but I can't find them now. That seems like an even better place for them, since elemental2 has great TypedArray support, but providing the same implementation here would have the advantage of also offering JVM support for fast and easy test support for code which uses these classes.

Thanks!

akbertram added a commit to bedatadriven/gwt-typedarrays that referenced this issue Sep 28, 2021
akbertram added a commit to bedatadriven/gwt-typedarrays that referenced this issue Jul 24, 2022
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

2 participants