diff --git a/boswatch.py b/boswatch.py index 9e63beb..7167b4c 100755 --- a/boswatch.py +++ b/boswatch.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- # """ BOSWatch diff --git a/includes/MyTimedRotatingFileHandler.py b/includes/MyTimedRotatingFileHandler.py index bafd4a8..348d4d1 100644 --- a/includes/MyTimedRotatingFileHandler.py +++ b/includes/MyTimedRotatingFileHandler.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- # """ diff --git a/includes/alarmHandler.py b/includes/alarmHandler.py index 212593e..6176a10 100644 --- a/includes/alarmHandler.py +++ b/includes/alarmHandler.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ Handler for the filter and plugins at an alarm diff --git a/includes/checkSubprocesses.py b/includes/checkSubprocesses.py index f76e1eb..43c91bd 100644 --- a/includes/checkSubprocesses.py +++ b/includes/checkSubprocesses.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- # """ Functions for checking the subprocesses rtl_fm and multimon-ng diff --git a/includes/converter.py b/includes/converter.py index b662509..c18b48a 100644 --- a/includes/converter.py +++ b/includes/converter.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- # """ diff --git a/includes/decoder.py b/includes/decoder.py index 6224314..d62604d 100644 --- a/includes/decoder.py +++ b/includes/decoder.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ Search for decode string and call the right decoder function diff --git a/includes/decoders/fms.py b/includes/decoders/fms.py index 08c06f8..913119d 100644 --- a/includes/decoders/fms.py +++ b/includes/decoders/fms.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ FMS Decoder diff --git a/includes/decoders/poc.py b/includes/decoders/poc.py index b40dafe..20f393e 100644 --- a/includes/decoders/poc.py +++ b/includes/decoders/poc.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ POCSAG Decoder diff --git a/includes/decoders/zvei.py b/includes/decoders/zvei.py index ce6e9e2..21848f5 100644 --- a/includes/decoders/zvei.py +++ b/includes/decoders/zvei.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ ZVEI Decoder diff --git a/includes/descriptionList.py b/includes/descriptionList.py index 80b7ea7..4d46279 100644 --- a/includes/descriptionList.py +++ b/includes/descriptionList.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ Function to expand the dataset with a description. diff --git a/includes/doubleFilter.py b/includes/doubleFilter.py index 710a777..ae7872b 100644 --- a/includes/doubleFilter.py +++ b/includes/doubleFilter.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ doubleFilter is the central function to filter out double alarms. diff --git a/includes/filter.py b/includes/filter.py index 77712a4..922dfa7 100644 --- a/includes/filter.py +++ b/includes/filter.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ Functions for the RegEX filter diff --git a/includes/globals.py b/includes/globals.py index 0cc0c5e..0ca275f 100644 --- a/includes/globals.py +++ b/includes/globals.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ Global variables diff --git a/includes/helper/configHandler.py b/includes/helper/configHandler.py index 8dfe90e..2a21b4b 100644 --- a/includes/helper/configHandler.py +++ b/includes/helper/configHandler.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- # """ diff --git a/includes/helper/timeHandler.py b/includes/helper/timeHandler.py index 246a5ee..c030d5b 100644 --- a/includes/helper/timeHandler.py +++ b/includes/helper/timeHandler.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- # """ diff --git a/includes/helper/wildcardHandler.py b/includes/helper/wildcardHandler.py index 1b85b96..10040d3 100644 --- a/includes/helper/wildcardHandler.py +++ b/includes/helper/wildcardHandler.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- # """ diff --git a/includes/pluginLoader.py b/includes/pluginLoader.py index a79a779..95350cf 100644 --- a/includes/pluginLoader.py +++ b/includes/pluginLoader.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ Functions to Load and import the Plugins diff --git a/includes/shellHeader.py b/includes/shellHeader.py index 6cf4a29..28f8fd3 100644 --- a/includes/shellHeader.py +++ b/includes/shellHeader.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ Shows the header in shell if quiet mode is not active diff --git a/includes/signalHandler.py b/includes/signalHandler.py index 7afb978..825bd53 100644 --- a/includes/signalHandler.py +++ b/includes/signalHandler.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- # """ diff --git a/plugins/BosMon/BosMon.py b/plugins/BosMon/BosMon.py index 8ccb7b0..7be0116 100644 --- a/plugins/BosMon/BosMon.py +++ b/plugins/BosMon/BosMon.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ BOSWatch-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to BosMon diff --git a/plugins/MySQL/MySQL.py b/plugins/MySQL/MySQL.py index 39cab72..718db96 100644 --- a/plugins/MySQL/MySQL.py +++ b/plugins/MySQL/MySQL.py @@ -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 diff --git a/plugins/eMail/eMail.py b/plugins/eMail/eMail.py index f7c7448..0b08a08 100644 --- a/plugins/eMail/eMail.py +++ b/plugins/eMail/eMail.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ eMail-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages via eMail/SMTP diff --git a/plugins/firEmergency/firEmergency.py b/plugins/firEmergency/firEmergency.py index 84fefa3..10fe941 100644 --- a/plugins/firEmergency/firEmergency.py +++ b/plugins/firEmergency/firEmergency.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ firEmergency-Plugin to dispatch ZVEI- and POCSAG - messages to firEmergency diff --git a/plugins/httpRequest/httpRequest.py b/plugins/httpRequest/httpRequest.py index fd6815b..cbdb270 100644 --- a/plugins/httpRequest/httpRequest.py +++ b/plugins/httpRequest/httpRequest.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ httpRequest-Plugin to dispatch FMS-, ZVEI- and POCSAG - messages to an URL diff --git a/plugins/jsonSocket/jsonSocket.py b/plugins/jsonSocket/jsonSocket.py index 4bb7162..8298897 100644 --- a/plugins/jsonSocket/jsonSocket.py +++ b/plugins/jsonSocket/jsonSocket.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ jsonSocket-Plugin to dispatch FMS-, ZVEI- and POCSAG-messages via UDP/TCP diff --git a/plugins/template/template.py b/plugins/template/template.py index 148fb44..5e6ae42 100644 --- a/plugins/template/template.py +++ b/plugins/template/template.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- """ template plugin to show the function and usage of plugins diff --git a/serverExamples/jsonSocketServer.py b/serverExamples/jsonSocketServer.py index d659dd0..5c90cd5 100644 --- a/serverExamples/jsonSocketServer.py +++ b/serverExamples/jsonSocketServer.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: cp1252 -*- +# -*- coding: UTF-8 -*- # """