[mythtv-commits] [MythTV/mythtv] d0ac4b: JSONSerializer: Restore some escape processing
billmeek
noreply at github.com
Tue Nov 24 02:26:00 UTC 2020
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: d0ac4bf57a1443201c7f978c2f58f48192870043
https://github.com/MythTV/mythtv/commit/d0ac4bf57a1443201c7f978c2f58f48192870043
Author: Bill Meek <billmeek at mythtv.org>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M mythtv/libs/libmythupnp/serializers/jsonSerializer.cpp
Log Message:
-----------
JSONSerializer: Restore some escape processing
New-line (for example) was being returned as
a backslash plus the actual new-line character
(0x0a). The response will now be "\n".
Thanks to stuarta on IRC.
Fixes #272
More information about the mythtv-commits
mailing list