Werk #14860: EC: improve handling of non-UTF-8 characters in messages
Component | Event Console | ||
Title | EC: improve handling of non-UTF-8 characters in messages | ||
Date | Feb 23, 2024 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
Previously, the Event Console would show an error such as "UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte" when trying to process a message that contained non-UTF-8 characters.
With this werk, the EC no longer crashes. Any non-UTF-8 sequence of bytes is replaced with U+FFFD, the standard Unicode replacement character for an unrecognized character.