]> git.sesse.net Git - plocate/commit
Fix an issue where non-ASCII characters would be wrongly escaped.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 29 Oct 2021 22:42:16 +0000 (00:42 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 29 Oct 2021 22:43:17 +0000 (00:43 +0200)
commit715897115c997a851a2f1c2aa56b580b3ca4aa28
treeb85d04a5458809103b56294c79c25090a0ce91c3
parenteb4a3c2c5efd9ce0e204e54c78f64d3d96b49091
Fix an issue where non-ASCII characters would be wrongly escaped.

This only happens on platforms with signed char. Reported by
COLIN Stéphane.
serializer.cpp