[mythtv-commits] [MythTV/mythtv] dd68df: UserJobs/Events: quotes in %MATCH% type variables ...
billmeek
noreply at github.com
Sun Jun 12 23:44:13 UTC 2022
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: dd68df4676224979a625c379c60985e272af3b1a
https://github.com/MythTV/mythtv/commit/dd68df4676224979a625c379c60985e272af3b1a
Author: Bill Meek <billmeek at mythtv.org>
Date: 2022-06-12 (Sun, 12 Jun 2022)
Changed paths:
M mythtv/libs/libmyth/programinfo.cpp
Log Message:
-----------
UserJobs/Events: quotes in %MATCH% type variables can cause lost text
All %MATCH% type variable contents used by a job/event are expanded
into a QStringList.
Quotes in %TITLE%, %SUBTITLE% and/or %DESCRIPTION% can cause their
text to be truncated. And, if the user's script has following %MATCH%
variables, lost text can end up in them.
This commit replaces the " QUOTATION MARK (U+0022) with
ʺ MODIFIER LETTER DOUBLE PRIME (U+02BA)
Just to compare the two: "ʺ"ʺ"ʺ"ʺ"ʺ.
Forum URL: https://forum.mythtv.org/viewtopic.php?f=36&t=4883
More information about the mythtv-commits
mailing list