-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
Labels
Description
Description
ignore invalid UTF-8 sequences; all bytes are copied to the output unchanged
all bytes should be all valid bytes, as the former implies invalid UTF-8 characters are copied.
Reproduction steps
Reading causes potential misunderstanding.
Expected vs. actual results
all bytes should be all valid bytes
Minimal code example
Error messages
Compiler and operating system
eyes
Library version
latest
Validation
- The bug also occurs if the latest version from the
developbranch is used. - I can successfully compile and run the unit tests.