From 1ff29e317aadc04c04b343b27c41d527bb47b150 Mon Sep 17 00:00:00 2001 From: lado Date: Tue, 25 Feb 2014 12:52:50 +0100 Subject: http://projects.vdr-developer.org/issues/1736 --- vdr-vdrmanager/helpers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vdr-vdrmanager/helpers.cpp') diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp index 9a5e8bb..c6d819d 100644 --- a/vdr-vdrmanager/helpers.cpp +++ b/vdr-vdrmanager/helpers.cpp @@ -164,9 +164,9 @@ string cHelpers::GetChannelsIntern(string wantedChannels) { snprintf(number, sizeof(number) - 1, "C%d", channel->Number()); result += number; result += ":"; - result += channel->Name(); + result += MapSpecialChars(channel->Name()); result += ":"; - result += channel->Provider(); + result += MapSpecialChars(channel->Provider()); result += ":"; result += channel->GetChannelID().ToString(); result += ":"; -- cgit v1.2.3