-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #2054: Fix iconv encoding for multi-byte characters and reenab…
…le tests (#2055) * Fix iconv encoding for multi-byte characters In the initial encoding implementation, the output buffer for calculating the buffer length was a `bytes` buffer and that was causing issues when an output character was a multi-byte UTF-8 character. To fix this, the `bytes` buffer has been switched to a `uint-8` array. * Re-enable IDNA tests
- Loading branch information
1 parent
b484cd3
commit b023f48
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters