CEpgData::show - Latin1_to_UTF8 no need

Origin commit data
------------------
Branch: ni/coolstream
Commit: 09ab981b94
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-24 (Fri, 24 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-05-24 17:38:37 +02:00
parent c0a1e42dce
commit e431ae2703

View File

@@ -590,7 +590,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
if (!audioInfo.empty()) if (!audioInfo.empty())
{ {
audioInfo.erase(audioInfo.size()-2); 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
} }
} }