Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 738
blob4c3ee4a5931a98897dd761f9a044596df9d20bdb
1 Title: csv_export: now able to handle umlauts in download filenames
2 Level: 1
3 Component: multisite
4 Version: 1.2.5i1
5 Date: 1395936272
6 Class: fix
8 The csv export function raised an exception when the
9 type of the filename was set to unicode. This happened when
10 the filename text contained umlauts.
11 Filenames are now converted to utf-8 in this case.