Re: [sword-devel] NEED A HAND

2003-03-08 Thread Joachim Ansorg
I just went though all the filters ad found the followin problems. Commented out code: SCSUUTF8::processText (not sure it this was intended) ThMLOSIS has lot's of commented out text, not sure if this is correct I'm not sure what to do in these filters. Chris, I think you know bett

Re: [sword-devel] NEED A HAND

2003-03-07 Thread Joachim Ansorg
I don't know any other, but perhaps some of the UTF filters have commented out code, because they're tricky. Joachim > On Fri, 7 Mar 2003, Joachim Ansorg wrote: > > I just fixed utf8greekaccents, where the code was commented out. I hope > > it works for all of you. It works well in BibleTime, >

Re: [sword-devel] NEED A HAND

2003-03-07 Thread Chris Little
On Fri, 7 Mar 2003, Joachim Ansorg wrote: > I just fixed utf8greekaccents, where the code was commented out. I hope it > works for all of you. It works well in BibleTime, Are there other instances in Sword that we know of where the method for updating to SWBuf was to simply comment out the func

Re: [sword-devel] NEED A HAND

2003-03-07 Thread Joachim Ansorg
I just fixed utf8greekaccents, where the code was commented out. I hope it works for all of you. It works well in BibleTime, Joachim > Hey guys. I just added the new SWBuf class to the API and now need help > integrating it throughout. > > CURRENT CVS IS BROKEN AND WON'T WORK TILL THIS IS DONE.

Re: [sword-devel] NEED A HAND

2003-02-22 Thread Joachim Ansorg
Troy, I tried to convert utf8bidireorder.cpp to the new SWBuf stuff. But it uses maxlen to call some of the ICU functions. I'm not sure what to do here. And I'm not sure if it's ok to pass text.c_str() as parameter to some ICU convert functions, because I don't know how you did SWBuf. I committ

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Troy A. Griffitts
Scratch that previous email! if (buf[buf.length()-2] == '/') doh! What do I do with this? if (*((*buf)-1) == '/') Terry, I would guess: if (buf[buf.length()] == '/') note: length() will return the -1 position in a 0 based array. I'm working on thmlhtmlhref On Thu, 2003-02-20 a

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Troy A. Griffitts
What do I do with this? if (*((*buf)-1) == '/') Terry, I would guess: if (buf[buf.length()] == '/') note: length() will return the -1 position in a 0 based array. I'm working on thmlhtmlhref On Thu, 2003-02-20 at 02:46, Troy A. Griffitts wrote: Hey guys. I just added the new SWBuf cl

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Terry Biggs
Troy. What do I do with this? if (*((*buf)-1) == '/') I'm working on thmlhtmlhref On Thu, 2003-02-20 at 02:46, Troy A. Griffitts wrote: > Hey guys. I just added the new SWBuf class to the API and now need help > integrating it throughout. > > CURRENT CVS IS BROKEN AND WON'T WORK TILL THIS IS

What version of automake do you use? was Re: [sword-devel] NEED A HAND

2003-02-20 Thread Daniel Glassey
ok, I've removed them. Question before I rebuild the autotool stuff. Is anyone that is building from CVS still using automake 1.4 or autoconf 2.13? It would make things simpler if we could just have a fixed autogen.sh that assumes that you having a recent enough automake/autoconf, and delete

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Chris Little
On Thu, 20 Feb 2003, Daniel Glassey wrote: > rwp{html, rtf} later Any RWP-specific filters may be removed from CVS. We converted this to ThML a while back, so they are unused. --Chris ___ sword-devel mailing list [EMAIL PROTECTED] http://www.crossw

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Daniel Glassey
couple of queries - how do you want to deal with these? from rwphtml: if ((from - &text[maxlen - len]) > 10) {// not the beginning of the entry and from gbfmorph: to-- On 20 Feb 2003 at 0:46, Troy A. Griffitts wrote: > Hey guys. I just added the new SWBuf class to the API and now need

Re: [sword-devel] NEED A HAND

2003-02-20 Thread Daniel Glassey
I've done gbfhtmlhref, gbfrtf, gbfplain, plainhtml, plainfootnotes All these checkins ought to be reviewed though. We don't want subtle bugs to come in because of typos or anything like that. I'll take gbf{morph, strongs, footnotes, headings, redletterwords}, rwp{html, rtf} later Daniel On 20

[sword-devel] NEED A HAND

2003-02-19 Thread Troy A. Griffitts
Hey guys. I just added the new SWBuf class to the API and now need help integrating it throughout. CURRENT CVS IS BROKEN AND WON'T WORK TILL THIS IS DONE. I was going to do it all myself, but realized that we have nearly 50 filters now! SO, if you have cvs write access, please post a note cla