Tolerate cut-off UTF-8 messages #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
irc_to_utf8()transcodes from cp1252 ifutf8_validate()fails but e.g. Russian text is very often cut off by servers and this makes it illegible; incomplete trailing characters should be replaced with the Unicode replacement character instead (U+FFFD) as a special case.I'm not entirely sure whether ISO/Windows encodings are used at all anymore, so a universal replacement character pass might be more appropriate.