Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 2343
blobe03462faa6739b269d8b4d1f92529c27749676b6
1 Title: Rule Based Notifications GUI can now deal with latin-1 encoded plugin output in backlog
2 Level: 1
3 Component: notifications
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i2
8 Date: 1435047522
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.