Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion of Hebrew and Greek Bibles #6

Closed
WJSwanepoel opened this issue Mar 27, 2017 · 1 comment
Closed

Conversion of Hebrew and Greek Bibles #6

WJSwanepoel opened this issue Mar 27, 2017 · 1 comment
Milestone

Comments

@WJSwanepoel
Copy link

Hi,
I am trying to convert Hebrew and Greek Bibles and BibleMultiConverter crashes on this error:

C:\MBC>java -jar BibleMultiConverter.jar MyBibleZone HSB4.SQLite3 TheWord HSB4
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 1
at java.lang.String.substring(Unknown Source)
at biblemulticonverter.sqlite.format.MyBibleZone.doImport(MyBibleZone.java:177)
at biblemulticonverter.Main.main(Main.java:61)

Am I doing something wrong?

Regards,
Willem

@schierlm
Copy link
Owner

Hello Willem,

Thank you for the bug report.

Currently the MyBible importer assumes that the book abbreviation (short_name in books table) contains at least one Latin letter, as it is used to build the book abbreviation (TheWord is one of the few export formats that don't care about the book abbreviation). I will fix this by using a default abbreviation for the book if there are no Latin letters in the abbreviation.

Regards,

Michael

@schierlm schierlm added this to the v0.0.5 milestone Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants