mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
change encoding
- change code encoding from cp1252 to UTF-8 (Issue #60)
This commit is contained in:
parent
1ea5cce24e
commit
c19a89859b
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
"""
|
"""
|
||||||
BOSWatch
|
BOSWatch
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Handler for the filter and plugins at an alarm
|
Handler for the filter and plugins at an alarm
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
"""
|
"""
|
||||||
Functions for checking the subprocesses rtl_fm and multimon-ng
|
Functions for checking the subprocesses rtl_fm and multimon-ng
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Search for decode string and call the right decoder function
|
Search for decode string and call the right decoder function
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
FMS Decoder
|
FMS Decoder
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
POCSAG Decoder
|
POCSAG Decoder
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
ZVEI Decoder
|
ZVEI Decoder
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Function to expand the dataset with a description.
|
Function to expand the dataset with a description.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
doubleFilter is the central function to filter out double alarms.
|
doubleFilter is the central function to filter out double alarms.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Functions for the RegEX filter
|
Functions for the RegEX filter
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Global variables
|
Global variables
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Functions to Load and import the Plugins
|
Functions to Load and import the Plugins
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Shows the header in shell if quiet mode is not active
|
Shows the header in shell if quiet mode is not active
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
BOSWatch-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to BosMon
|
BOSWatch-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to BosMon
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
MySQL-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to a MySQL database
|
MySQL-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to a MySQL database
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
eMail-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages via eMail/SMTP
|
eMail-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages via eMail/SMTP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
firEmergency-Plugin to dispatch ZVEI- and POCSAG - messages to firEmergency
|
firEmergency-Plugin to dispatch ZVEI- and POCSAG - messages to firEmergency
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
httpRequest-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to an URL
|
httpRequest-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to an URL
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
jsonSocket-Plugin to dispatch FMS-, ZVEI- and POCSAG-messages via UDP/TCP
|
jsonSocket-Plugin to dispatch FMS-, ZVEI- and POCSAG-messages via UDP/TCP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
template plugin to show the function and usage of plugins
|
template plugin to show the function and usage of plugins
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: cp1252 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
#
|
#
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue