Re: [sword-devel] What character encoding should I use.

2002-07-30 Thread Troy A. Griffitts
Steve, Welcome! Great to have you! > I just wanted to announce myself to the list. My main interests for this > project are in localization (don't let my name fool you, I speak fluent > Vietnamese, and I'm getting started on Croatian). I also might be able to > help out with the "wr

Re: [sword-devel] What character encoding should I use.

2002-07-30 Thread Steve Juranich
> I've looked at the Croatian Bible a few times and recall some problems > with it. BibleDatabase got their text from Unbound Bible and the problem > was either that the data had a lot of errors or it was in a non-KJV > versification, which we can't handle currently. But if you want to take a

Re: [sword-devel] What character encoding should I use.

2002-07-30 Thread Chris Little
On Tue, 30 Jul 2002, Steve Juranich wrote: > I have a question about the localization stuff. Which encoding are we to use > when we write the localization files? Unicode? Some funky M$ encoding? As > soon as I figure this out I'll get started on the Vietnamese files. The encoding is curren

Re: [sword-devel] win32 beta R

2002-07-30 Thread Adrian Korten
Good day, During a restless night, I had a thought about the search window. Specifically, the problem with the middle displaying blank lines when there is a heading for the verse. When the verses are selected for display, the program should not take the defaults of the user but grab the verse wit

[sword-devel] What character encoding should I use.

2002-07-30 Thread Steve Juranich
Hello all. I just wanted to announce myself to the list. My main interests for this project are in localization (don't let my name fool you, I speak fluent Vietnamese, and I'm getting started on Croatian). I also might be able to help out with the "writing" stuff. I don't know if I'll be ab

[sword-devel] offtime

2002-07-30 Thread Martin Gruner
Hello everyone, since I am one of the more frequent contibutors to this list I want to inform you that I'll be unsubscribed for the next 2 months. You can contact me privately if you wish. I wish you blessings from our Lord and Saviour Jesus. Hopefully the projects will develop well and glorif

Re: [sword-devel] Standalone sword CD: possible?

2002-07-30 Thread Jaime Herazo B.
* Dan Bertles ([EMAIL PROTECTED]) wrote: > Jaime, > > The CD should start and run just fine. Sword does not affect the registry. > I've never done an "install". I just run the program. You do have to be in the > path where you run the program though. Then i'm off to torture the poor modem do

Re: [sword-devel] Standalone sword CD: possible?

2002-07-30 Thread David Trotz
Dan Bertles wrote: >Jaime, > >The CD should start and run just fine. Sword does not affect the registry. >I've never done an "install". I just run the program. You do have to be in the >path where you run the program though. > >Dan > >Quoting "Jaime Herazo B." <[EMAIL PROTECTED]>: > > > >>*

Re: [sword-devel] Standalone sword CD: possible?

2002-07-30 Thread Dan Bertles
Jaime, The CD should start and run just fine. Sword does not affect the registry. I've never done an "install". I just run the program. You do have to be in the path where you run the program though. Dan Quoting "Jaime Herazo B." <[EMAIL PROTECTED]>: > * Leon Brooks ([EMAIL PROTECTED]) wro

[sword-devel] BUG: libSword hangs again

2002-07-30 Thread porton
Now libSword hangs on the following test: #include #include void main(int argc, char **argv) { RawLD::createModule("tmp/lextest"); RawLD lex("tmp/lextest"); lex.SetKey("a"); lex << "x"; lex.SetKey("a"); lex.deleteEntry(); lex.S

Re: [sword-devel] Standalone sword CD: possible?

2002-07-30 Thread Jaime Herazo B.
* Leon Brooks ([EMAIL PROTECTED]) wrote: > On Tue, 30 Jul 2002 12:35, Jaime Herazo B. wrote: > > Hi. I want to make a CD-ROM with various sword programs in it (for > > windows and linux), and to make it standalone > > DemoLinux is your friend. > > http://www.demolinux.org/ > > Zero maintena

[sword-devel] beta R bugs and feature requests

2002-07-30 Thread Stephen Denne
For reference... I've got a large font for the bible text display (Lucida Sans Unicode size 24), a smaller font for the commentaries (Lucida Sans Unicode size 14), and a smaller font again for the dictionaries (Lucida Sans Unicode size 10) and the pop-ups (Lucida Sans Unicode size 10). Stephen.

Re: [sword-devel] win32 beta Q

2002-07-30 Thread Adrian Korten
Good day, It is good to hear that others are able to enter personal comments but I am not able to get it working on my machine or the Thai office computers. This is on Win 98 and Win98 Thai with the personal commentary files dated April 2002. And version Q on Win98 Thai goes back to displaying a

[sword-devel] unsubscribe

2002-07-30 Thread Eduard Wustenveld
unsubscribe

RE: [sword-devel] win32 utilities

2002-07-30 Thread Stephen Denne
mod2vpl is case sensitive for the module name. (I don't know if it always has been... first time I've used it.) Stephen.

[sword-devel] win32 utilities

2002-07-30 Thread Troy A. Griffitts
new versions of the win32 module building utilities built against the latest engine code and with icu support are available at the usual place: http://www.crosswire.org/sword/ALPHAcckswwlkrfre22034820285912/alpha/

Re: [sword-devel] Standalone sword CD: possible?

2002-07-30 Thread Leon Brooks
On Tue, 30 Jul 2002 19:27, Joseph Blough wrote: > As a long time demolinux user, I've found that knoppix > (http://www.knopper.net/knoppix/index-en.html) actually performs faster > than DemoLinux. Great! Two options (and no doubt more)... Cheers; Leon

README Re: [sword-devel] win32 beta R

2002-07-30 Thread Troy A. Griffitts
Last message wrongly contained link to previous betaQ. This new release is betaR and should be found at: http://www.crosswire.org/sword/ALPHAcckswwlkrfre22034820285912/alpha/sword-1.5.4betaR.zip

[sword-devel] win32 beta R

2002-07-30 Thread Troy A. Griffitts
Added F3 search shortcut Fixed lex case sensitive bug Added support for utf8 in lex keys User display prefs centrally located Redid search preview displays Recomputed fontsizes to be consistent with other apps More small clipping fixes http://www.crosswire.org/sword/ALPHAcckswwlkrfre2203482028591

RE: [sword-devel] Standalone sword CD: possible?

2002-07-30 Thread Joseph Blough
As a long time demolinux user, I've found that knoppix (http://www.knopper.net/knoppix/index-en.html) actually performs faster than DemoLinux. > -Original Message- > From: Leon Brooks [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 7:17 AM > To: [EMAIL PROTECTED] > Subject:

Re: [sword-devel] BUG: libSword hangs

2002-07-30 Thread Leon Brooks
On Tue, 30 Jul 2002 00:25, [EMAIL PROTECTED] wrote: I dub thee `libDamocles'? (-: Cheers; Leon

Re: [sword-devel] Standalone sword CD: possible?

2002-07-30 Thread Leon Brooks
On Tue, 30 Jul 2002 12:35, Jaime Herazo B. wrote: > Hi. I want to make a CD-ROM with various sword programs in it (for > windows and linux), and to make it standalone DemoLinux is your friend. http://www.demolinux.org/ Zero maintenance, zero configuration. Strip off the bits you don't need,

Re: [sword-devel] BUG: libSword hangs

2002-07-30 Thread Troy A. Griffitts
I think I have this and the @LINK bug fixed for RawLD drivers now. -Troy. [EMAIL PROTECTED] wrote: > The following program hangs (bug in libSword, I now start a debugger): > > #include > #include > > void main(int argc, char **argv) > { > RawLD::createModule("tmp/lextest"); >

Re: [sword-devel] Standalone sword CD: possible?

2002-07-30 Thread Davy Mitchell
What would be interesting is a CD with bootable OS - linux, bsd etc. So whatever PC you could boot to this CD and voila SWORD appears. Cheers, Davy _ Send and receive Hotmail on your mobile device: http://mobile.msn.com