change encoding

- change code encoding from cp1252 to UTF-8 (Issue #60)
This commit is contained in:
Schrolli 2015-07-13 10:19:45 +02:00
parent 1ea5cce24e
commit c19a89859b
27 changed files with 27 additions and 27 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
#
"""
BOSWatch

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
#
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
Handler for the filter and plugins at an alarm

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
#
"""
Functions for checking the subprocesses rtl_fm and multimon-ng

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
#
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
Search for decode string and call the right decoder function

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
FMS Decoder

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
POCSAG Decoder

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
ZVEI Decoder

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
Function to expand the dataset with a description.

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
doubleFilter is the central function to filter out double alarms.

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
Functions for the RegEX filter

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
Global variables

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
#
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
#
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
#
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
Functions to Load and import the Plugins

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
Shows the header in shell if quiet mode is not active

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
#
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
BOSWatch-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to BosMon

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
MySQL-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to a MySQL database

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
eMail-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages via eMail/SMTP

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
firEmergency-Plugin to dispatch ZVEI- and POCSAG - messages to firEmergency

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
httpRequest-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to an URL

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
jsonSocket-Plugin to dispatch FMS-, ZVEI- and POCSAG-messages via UDP/TCP

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
"""
template plugin to show the function and usage of plugins

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
# -*- coding: cp1252 -*-
# -*- coding: UTF-8 -*-
#
"""