Is UTF-8 malleable?
I’ve got two byte sequences, and I decode them as UTF-8 (in strict mode to be sure they’re valid UTF-8).
Is it correct to assume that, if the bytes are different, the decoded codepoints will also be different?
In other word… Continue reading Is UTF-8 malleable?