Remove non UTF-8 chars from debug output
authorphysikerwelt <wiki@physikerwelt.de>
Mon, 3 Jun 2013 09:50:43 +0000 (09:50 +0000)
committerParent5446 <tylerromeo@gmail.com>
Thu, 6 Jun 2013 18:47:41 +0000 (18:47 +0000)
commit567407d21e90d736a11b90a4a4134bff69030cb5
tree596e3823b2e30a1799fdb8eac07186603aaa0b98
parentff85f8bfcc88ec290f13cfeb3ba1272e3c78c9a4
Remove non UTF-8 chars from debug output

The debug output might contain non UTF-8 chars. Theses bad characters
are not compatible with the debug toolbar. As a result the debug
toolbar disappears. Non UTF-8 chars are being produced by the database
log that prints out binary fields for example.

Bug: 48951
Change-Id: I42f7a5c913b378c05b68970646c75894ca068ed9
includes/debug/Debug.php