Closed dfish3r closed 7 months ago
FilterUtils was only writing the first byte of multi-byte characters. Fixes #252.
Looks good. This is a nice table for anyone trying to visualize the bitwise and:
https://en.wikipedia.org/wiki/UTF-8#Encoding
FilterUtils was only writing the first byte of multi-byte characters. Fixes #252.