1 Title: Allow "coding" comment in notification scripts
3 Component: notifications
11 Notification scripts can contain the name of the notification
12 script as a comment after the shebang and the optional encoding
13 comment. When the encoding comment contained only the word
14 "coding" but not "encoding" the encoding comment was accidentally
15 used as the title of the notification script. Now the regular
16 expression from https://docs.python.org/2.7/reference/lexical_analysis.html
17 is used to recognize encoding comments. Therefore, "coding" and
18 "encoding" can now be used.