mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
eitd: SDT thread re-added, as is but without BAT.
TODO: unify SDT thread algo with other threads
This commit is contained in:
@@ -53,7 +53,8 @@ int getCountryCodeDefaultMapping( const std::string &lang )
|
||||
CountryCodeDefaultMapping.find(lang);
|
||||
if ( it != CountryCodeDefaultMapping.end() )
|
||||
return it->second;
|
||||
return 1; // ISO8859-1 / Latin1
|
||||
return 0;
|
||||
//return 1; // ISO8859-1 / Latin1
|
||||
}
|
||||
|
||||
// 8859-x to ucs-16 coding tables. taken from www.unicode.org/Public/MAPPINGS/ISO8859/
|
||||
|
Reference in New Issue
Block a user