Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 356
blob4fcf99ce82022c077f4fd73d192fda78b55c6748
1 Title: Fixed exception caused by utf8 chars in tooltip text
2 Level: 1
3 Component: multisite
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1387197640
8 Targetversion: future
10 When displaying a view with a column showing utf8 chars in
11 the tooltip text, this resulted in an exception:
13 <tt>UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19: ordinal not in range(128)</tt>
15 This has been fixed now.