statusengine / worker

PHP worker process that writes all event data to a storage backend
https://statusengine.org/worker/#overview
GNU General Public License v3.0
9 stars 8 forks source link

Add character set detection for non utf8 chars in JSON #23

Closed nook24 closed 4 years ago

nook24 commented 5 years ago

This feature is ported from Statusengine 2.x

Non UTF8 chars in plugin output will lead to missing data in the database: Bildschirmfoto vom 2019-10-04 15-30-08 no_output

This PR fixes this: convert_to_utf8