[sword-devel] Problems with Locale
Joachim Ansorg
sword-devel@crosswire.org
Thu, 31 Aug 2000 17:28:04 +0000
Troy,
thank you for your answer. It showed that somehow my compile lb was screwed
up. It linked but worked incorrectly.
I did "make clean; make" now it does work again.
--Joachim
> > "parsekey Ps de" does output nothing
>
> [troy@charis tests]$ ./parsekey Ps de
> Psalmen 1:1 - Psalmen 150:6
> [troy@charis tests]$
> > "keycast Genesis 1:4 de" does output 1. Mose 1:1, but it should be 1.
> > Mose 1:4
>
> [troy@charis tests]$ ./keycast "Genesis 1:4" de
> 1. Mose 1:4
> [troy@charis tests]$
>
> :)
>
> Make sure you don't have anything in /usr/include/sword or
> /usr/lib/libsword*
> And be sure to do a:
> make clean
> make
>
> >from the top level directory.
>
> Hope this helps.
>
> -Troy.
>
> > With not locale support it works.
> >
> > --Joachim
> >
> > > Joachim,
> > > Tried a lookup with
> > >
> > > test/parsekey Ps de
> > >
> > > It returns:
> > >
> > > Psalmen 1:1 - Psalmen 150:6
> > >
> > > Seems like it works correctly.
> > >
> > >
> > > Alright.... How do I compile Bibletime CVS? What do I need on my box?
> > >
> > > :)
> > >
> > > -Troy.
> > >
> > > Joachim Ansorg wrote:
> > > > Hi!
> > > >
> > > > BibleTime 0.24 does now have problems looking up booknames afetr
> > > > changes of the lookup string.
> > > >
> > > > For example if I enter Ps is should be extended to Psalms in German,
> > > > but Genesis in German does appear. It worked in earlier SWORD
> > > > releases. Is this a problem witht the changes of the locale support
> > > > you mentioned?
> > > >
> > > > --Joachim