summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.h
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-10-24 13:17:16 +0200
committerlado <herrlado@gmail.com>2011-10-24 13:17:16 +0200
commitdab4548643729a218f83b59fa489bd5e2f39fb84 (patch)
tree48673389628a1a8053475cc57f5acda2135e2906 /vdr-vdrmanager/helpers.h
parent913cff1fdc75512c99c22cf2f89a20fbdbd729f0 (diff)
downloadvdr-manager-dab4548643729a218f83b59fa489bd5e2f39fb84.tar.gz
vdr-manager-dab4548643729a218f83b59fa489bd5e2f39fb84.tar.bz2
UnMapSpecialChars for unescape special chars + handling : in timer title and description
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r--vdr-vdrmanager/helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h
index a57d634..83e3630 100644
--- a/vdr-vdrmanager/helpers.h
+++ b/vdr-vdrmanager/helpers.h
@@ -41,4 +41,6 @@ private:
static string ToText(cTimer * timer);
static string ToText(cRecording * recording);
static string GetAudioTracks(const cChannel* channel);
+ static string replaceAll(string where, string what, string replacement);
+ static string UnMapSpecialChars(string text);
};