Skip to content
Snippets Groups Projects
Commit 1f24e2cb authored by Florian Angerer's avatar Florian Angerer
Browse files

Refactored reading of single elements from a connection.

Now, everything is again byte-based (even in a text-mode connection) and the read bytes are then encoded at once.
This makes the code much cleaner.
However, this assumes that a multi-byte character cannot contain any of the byte signatures of NUL '0x00' or line feed '0x0A'.
But I haven't seen this in the UTF-8/UTF-16 tables.
parent 2d6cdf76
No related branches found
No related tags found
No related merge requests found
Showing with 111 additions and 272 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment