Werk #1749: Allow title of notifiation script to be in third line if second line is encoding: utf-8

Component Notifications
Title Allow title of notifiation script to be in third line if second line is encoding: utf-8
Date Dec 9, 2014
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.2.6b1
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed

This allows to write Python script with non-ASCII characters as notification scripts:

mynotify

#!/usr/bin/python
# encoding: utf-8
# Notify With Föbäz

To the list of all Werks