mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CEpgData::show - Latin1_to_UTF8 no need
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user