Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

String decoder recasting problem #353

Open
vincenthz opened this issue Jun 15, 2017 · 0 comments
Open

String decoder recasting problem #353

vincenthz opened this issue Jun 15, 2017 · 0 comments
Labels
B Bug T - string Affect type Strings

Comments

@vincenthz
Copy link
Member

The String decoder recast the bytes data to a Unit specified by the decode. move all decoder to accept bytes data (by using the parser probably the simplest change) directly so that it does the right thing for streaming (unicode code point split between 2 array) and it doesn't recopy the data if not aligned to the Unit alignment requirement.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
B Bug T - string Affect type Strings
Projects
None yet
Development

No branches or pull requests

1 participant