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:
parent
bc97e8420a
commit
092c1f00d2
4 changed files with 14 additions and 20 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue