Skip to content

Correctly escape invalid utf-8

Giuseppe Lavagetto requested to merge fix_single_encode into main

We now correctly escape all invalid utf-8 sequences, not just the first backslash in them, and we do so for all the failure cases.

Bug: T368640

Merge request reports