fixed choōn
[jmdict-cli.git] / jmdict.cpp
index 5d6818311ce39b3d39648837cfc9ef99029aa802..0a6cb9ed981f06d185573c1c1cdc3572a9bd25dd 100644 (file)
@@ -151,6 +151,7 @@ void guessLanguage(const std::string& subject) {
         options::source = options::JAPANESE_ROMAJI;
     else if (options::source == options::UNKNOWN)
         options::source = isUTF8 ? options::JAPANESE : options::NOT_JAPANESE;
+               //options::source = options::JAPANESE_ROMAJI;
 }
 
 int main(int argc, char** argv)