A similar problem with EReo_en and ERru_en was reported to me last year, but I haven't looked into it much further. It could be the same bug.

-Will

On 12 Apr 2005, at 5:42 pm, Martin Gruner wrote:

Hi,

I noticed that opening certain lexicons does not work atm. I tried it with
ZhEnglish. BibleTime loops through all lexicon entries first and creates a
cache file (delete this for testing). It is an endless loop, however:


(BibleTime 1.5pre) WARNING: Entry: 1 00 MILLION
(BibleTime 1.5pre) WARNING: Entry: 1 5TH PARTY CONGRESS
(BibleTime 1.5pre) WARNING: Entry: 1 CHRONICLES
(BibleTime 1.5pre) WARNING: Entry: 1 CORINTHIANS
(BibleTime 1.5pre) WARNING: Entry: 1 JOHN
(BibleTime 1.5pre) WARNING: Entry: 1 KINGS
(BibleTime 1.5pre) WARNING: Entry: 1 PETER
(BibleTime 1.5pre) WARNING: Entry: 1 SAMUEL
(BibleTime 1.5pre) WARNING: Entry: 1 THESSALONIANS
(BibleTime 1.5pre) WARNING: Entry: 1 TIMOTHY
(BibleTime 1.5pre) WARNING: Entry: 1-3 A.M.
(BibleTime 1.5pre) WARNING: Entry: 1-3 P.M.
(BibleTime 1.5pre) WARNING: Entry: 10 OF A PECK
(BibleTime 1.5pre) WARNING: Entry: 10 PECKS
(BibleTime 1.5pre) WARNING: Entry: 10 PERCENT
(BibleTime 1.5pre) WARNING: Entry: 100 MU
(BibleTime 1.5pre) WARNING: Entry: 100-METER DASH
(BibleTime 1.5pre) WARNING: Entry: 1000 TONS
(BibleTime 1.5pre) WARNING: Entry: 10000
(BibleTime 1.5pre) WARNING: Entry: 105 BILLION
(BibleTime 1.5pre) WARNING: Entry: 10TH EARTHLY BRANCH
(BibleTime 1.5pre) WARNING: Entry: 10TH HEAVENLY STEM
(BibleTime 1.5pre) WARNING: Entry: 11 A.M.-1 P.M.
(BibleTime 1.5pre) WARNING: Entry: 11 P.M.-1 A.M.
(BibleTime 1.5pre) WARNING: Entry: 11TH EARTHLY BRANCH
(BibleTime 1.5pre) WARNING: Entry: 12
(BibleTime 1.5pre) WARNING: Entry: 1 00 MILLION

The corresponding code is this:

do {
  if (isUnicode()) {
    m_entryList->append(QString::fromUtf8(module()->KeyText()));
  }
  else { //for latin1 modules use fromLatin1 because of speed
    m_entryList->append(QString(module()->KeyText()));
  }                     
  (*module())++;
} while ( !module()->Error() );

So this looks like (on first sight) it might be a Sword bug.

mg
_______________________________________________
sword-devel mailing list: [email protected]
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page


_______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page

Reply via email to