Thank you, Troy!
It works, thanks for fixing this!
Joachim
> Joachim,
> Think I fixed this one. Seems VerseKey::clone didn't grab the locale
> of the src VerseKey. Also, ParseVerseList didn't use clone :) Let me
> know if it works in your real app now.
>
> -Troy.
Joachim,
Think I fixed this one. Seems VerseKey::clone didn't grab the locale
of the src VerseKey. Also, ParseVerseList didn't use clone :) Let me
know if it works in your real app now.
-Troy.
Joachim Ansorg wrote:
>
> Hi!
>
> While working on BibleTime's verse parsing I n
Please see below:
> Send this message some days ago, but nobody replied ...
>
> Joachim
>
> -
>
> Hi!
>
> While working on BibleTime's verse parsing I noticed some bad behaviour of
> VerseKey::setLocale.
> Have a look at this piece of code:
>
> VerseKey bla;
>
Send this message some days ago, but nobody replied ...
Joachim
-
Hi!
While working on BibleTime's verse parsing I noticed some bad behaviour of
VerseKey::setLocale.
Have a look at this piece of code:
VerseKey bla;
bla = "James 1:19";
bla.setLocal
Hi!
While working on BibleTime's verse parsing I noticed some bad behaviour of
VerseKey::setLocale.
Have a look at this piece of code:
VerseKey bla;
bla = "James 1:19";
bla.setLocale("de");
cout << bla << endl;
bla = "Johannes 1:1";
cout << bla <