1 Title: Rule Based Notifications GUI can now deal with latin-1 encoded plugin output in backlog
3 Component: notifications
10 When a plugin produces output containing latin-1 encoded characters, these are transparently
11 handled by the core and forwarded to the notification engine. The notifications are already
12 sent out correctly, but the RBN configuration dialog was not able to display these notifications
13 when using the <i>Analyse</i> function. This lead to exceptions.
15 The GUI has now been fixed to also support latin-1 encoded notification information.
17 However, better write your plugins to output UTF-8 encoded characters.