-
-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Labels
Description
I’m opening this issue to complete the backlog for this new major version.
- Fix the spec:
- Encodings used in iconv-lite mismatch the WHATWG Encoding spec significantly #367
- Replacement in single-byte encodings should not produce two output bytes per one input codepoint #368
- utf-8 is incorrect when used in browsers or React Native #369
- U+301C and U+FF5E are not correctly mapped in EUC-JP/Shift_JIS/CP932 #145
- TextDecoder and Web streams #340
- Support using Uint8Array as the "bytes" data type (instead of Buffer) #235
I want to start releasing alpha versions while I work on this release, so we can see how much we’ve improved in terms of compatibility with the specification.
Pull Request of v1: https://github.com/pillarjs/iconv-lite/pulls?q=is%3Apr+is%3Aopen+label%3Av1
Reactions are currently unavailable