As discussed in #155, we switched from UTF8 to UTF-8. In net.sf.jabref.importer.OpenDatabaseActionTest.defaultEncoding, however, UTF8 is used. When changing that to UTF-8, tests fail. I think, that string should also be UTF-8 and the test not failing.
As discussed in #155, we switched from
UTF8toUTF-8. Innet.sf.jabref.importer.OpenDatabaseActionTest.defaultEncoding, however,UTF8is used. When changing that toUTF-8, tests fail. I think, that string should also beUTF-8and the test not failing.