mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-04 04:11:09 +02:00
eitd: SDT thread re-added, as is but without BAT.
TODO: unify SDT thread algo with other threads
Origin commit data
------------------
Commit: b026b6b9a7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-09 (Thu, 09 Feb 2012)
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