Re: [sword-devel] breakage in verse management at -r2785?

2013-03-18 Thread Greg Hellings
Troy, Karl, It should also be noted that this update to SWORD causes a segfault in the following code in Xiphos https://gist.github.com/anonymous/5187582 Specifically the line key->setAutoNormalize(oldAutoNorm); on line 38 of that Gist generates a SegFault with the following backtrace. #0 0x000

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-18 Thread Greg Hellings
Also, I just committed a fix that permits Xiphos to display text. The issue was, after attempting to fetch material from 0:0 and n:0 the restoration was being done through a call to setBook setChapter setVerse setTestament I moved the setTestament to be the first call and text display works swimm

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-18 Thread Greg Hellings
On Mon, Mar 18, 2013 at 9:41 AM, Greg Hellings wrote: > Troy, Karl, > > It should also be noted that this update to SWORD causes a segfault in the > following code in Xiphos https://gist.github.com/anonymous/5187582 > > Specifically the line key->setAutoNormalize(oldAutoNorm); on line 38 of > tha

Re: [sword-devel] Status of av11n conversions

2013-03-18 Thread Konstantin Maslyuk
Hello. There really is done work for av11n conversion support for sword. You even may get patch at https://gitorious.org/~kalemas/sword-svn-mirrors/kalemas_at_mail_ru-trunk/commit/35a3fc6bde1ccff945d51558d7e21ab1074a4152 and use it if you compile libsword for your self. But you also should tak

Re: [sword-devel] Status of av11n conversions

2013-03-18 Thread Chris Burrell
Hi All Troy, thanks for the patch. Would you be able to send it as a text file or something? I'm not sure what I can use to open your attachment? It looks base-64 encoded on my laptop. Konstantin, I've had a brief look and can see lots of numbers. Presumably the numbers are the versifications, an

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-18 Thread Troy A. Griffitts
Thanks Greg, Any idea where chapter 17474 is coming from? I can add code to check max before looking into the vector, which I'd rather not because it should be an unnecessary check each time and will be a speed hit, but even so, who ever is asking for the maximum verse for chapter 17474 is ob

Re: [sword-devel] Status of av11n conversions

2013-03-18 Thread DM Smith
Konstantin, Thanks very much for the work you've done. I'm trying to understand the data structure. JSword is an independent implementation and doesn't use SWORD libraries. So to implement something like this, it'll be helpful to understand what the data structures and the data means. If I un

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-18 Thread Greg Hellings
On Mon, Mar 18, 2013 at 5:07 PM, Troy A. Griffitts wrote: > Thanks Greg, > > Any idea where chapter 17474 is coming from? > > I can add code to check max before looking into the vector, which I'd > rather not because it should be an unnecessary check each time and will be > a speed hit, but even