Re: [sword-devel] Dictionary problem in sword cvs

2004-05-19 Thread David's Mailing List and Spam Receiver
On Wednesday 19 May 2004 08:52 am, Ted Welton wrote: > PLEASE remove me form this mailing list Hi, Ted. You chould be able to use the link found at the bottom of each message to remove yourself. It's the link at the bottom of the thing that looks like this, > ___

RE: [sword-devel] Dictionary problem in sword cvs

2004-05-19 Thread Ted Welton
PLEASE  remove me form this mailing list       -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Thimbleby Sent: Tuesday, May 18, 2004 5:50 PM To: SWORD Developers' Collaboration Forum Subject: Re: [sword-devel] Dictionary probl

Re: [sword-devel] Dictionary problem in sword cvs

2004-05-18 Thread William Thimbleby
Cheers, I fixed it by uppercasing the keys I use within Cocoa. Also how does this apply to letters like the German ß which I know translates to 'SS' when I capitalise things? (eßen -> ESSEN) Thanks --Will On 18 May 2004, at 11:19, Troy A. Griffitts wrote: The dictionary keys are stored in in upp

Re: [sword-devel] Dictionary problem in sword cvs

2004-05-18 Thread Joachim Ansorg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > We probably broke the non-ICU/non-supplied toupper code. I'll have a > look at it soon. (or Joachim could see why the old logic isn't getting > called in this configuration (hint-wink). the default StringMgr::upperUTF8 call did nothing, I fixed it

Re: [sword-devel] Dictionary problem in sword cvs

2004-05-18 Thread Troy A. Griffitts
The dictionary keys are stored in in uppercase if language-applicable. So when you search for Aaron, the lexicon driver algo does a binary search for AARON. If its toupper fails, then a logical binary search for Aaron would effectively produce Baal, (a > Z) so Aaron would logically be filed af

Re: [sword-devel] Dictionary problem in sword cvs

2004-05-17 Thread William Thimbleby
Troy, I'm using the non-ICU version. I could call toupper but I don't at the moment and I'm not sure what it has to do with the problem. On 17 May 2004, at 08:15, Troy A. Griffitts wrote: William, We've changed some code recently that handles 'toupper' functions so that we better support i18n.

Re: [sword-devel] Dictionary problem in sword cvs

2004-05-17 Thread Troy A. Griffitts
William, We've changed some code recently that handles 'toupper' functions so that we better support i18n. I would guess that your configuration needs us to do some bugfixing. What config are you using? (ICU/no-ICU). Does your windowing framework support any kind of simple UTF8 toupper stri

[sword-devel] Dictionary problem in sword cvs

2004-05-17 Thread William Thimbleby
Hi, I seem to have a problem with the cvs version and selecting contents from dictionaries. A key always seems to jump to the next key that starts with a different initial letter. (eg. Aaron, Attus, Aziel -> Baal (1), Baal(1) -> Cab... in ISBE) this doesn't happen with numbers, such as the stro