1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

language/encoding detection (in progress)

This commit is contained in:
Nikolay Pultsin 2012-03-18 03:12:25 +00:00
parent bc97e8420a
commit 092c1f00d2
4 changed files with 14 additions and 20 deletions

View file

@ -95,11 +95,3 @@ shared_ptr<FormatPlugin> PluginCollection::pluginByType(const std::string &fileT
bool PluginCollection::isLanguageAutoDetectEnabled() {
return true;
}
std::string PluginCollection::defaultLanguage() {
return "en";
}
std::string PluginCollection::defaultEncoding() {
return "windows-1252";
}