bareos: master ee700f71

Author Committer Branch Timestamp Parent
joergs joergs master 2021-04-14 19:44 master 20838139 Pending
Changeset python-bareos: replace non-decodable UTF-8 chars in Python 2

If a string contains an invalid character are received, it will be replaced
by the official U+FFFD REPLACEMENT CHARACTER for the built-in Unicode codecs.
This is only used with Python 2, as Python 3 directly works with bytes.
mod - python-bareos/bareos/bsock/lowlevel.py Diff File