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
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,
>
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
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.
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo