Skip to content

Fix bug where truncated? would erroneously change after the first iteration

Stan Hu requested to merge fix-truncated-for-unicode-blobs into master

encode! is called on data, causing all Unicode characters to be converted into UTF-8 and thus causing an invalid comparison between characters and bytes.

Merge request reports