eitd: SDT thread re-added, as is but without BAT.

TODO: unify SDT thread algo with other threads
This commit is contained in:
[CST] Focus
2012-02-09 20:46:40 +04:00
parent 018c1c868a
commit b026b6b9a7
5 changed files with 380 additions and 155 deletions

View File

@@ -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/