From e431ae27039ddce89e129c94bb5893e440164bcc Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Fri, 24 May 2013 17:38:37 +0200 Subject: [PATCH] CEpgData::show - Latin1_to_UTF8 no need Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/09ab981b94f468fdabfc9277364fd9cc8e6cbbff Author: Jacek Jendrzej Date: 2013-05-24 (Fri, 24 May 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 3eecb70f9..e3dd7427e 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -590,7 +590,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start if (!audioInfo.empty()) { audioInfo.erase(audioInfo.size()-2); - processTextToArray(std::string(g_Locale->getText(LOCALE_EPGVIEWER_AUDIO)) + ": " + ZapitTools::Latin1_to_UTF8(audioInfo)); // UTF-8 + processTextToArray(std::string(g_Locale->getText(LOCALE_EPGVIEWER_AUDIO)) + ": " + audioInfo); // UTF-8 } }