@ -78,7 +78,7 @@ xconv(char *src, char *dst, size_t dstlen)
continue;
}
if (is_utf_sequence(s))
if (!changed && is_utf_sequence(s))
return 0;
changed = 1;
The note is not visible to the blocked user.