Illume keyboard dictionary sorting and normalization

2009-01-06 Thread Olof Sjobergh
Hi, I'm working on a Swedish dictionary and keyboard for Illume, but I'm having some trouble with sorting of utf8 chars in the dictionary. I can't seem to get the sorting right. Looking at the code, Illume sorts the dictionary after first normalizing the strings according to the internal

Re: Illume keyboard dictionary sorting and normalization

2009-01-06 Thread Pander
Carsten Haitzler (The Rasterman) wrote: On Tue, 6 Jan 2009 11:49:55 +0100 Olof Sjobergh olo...@gmail.com babbled: Hi, I'm working on a Swedish dictionary and keyboard for Illume, but I'm having some trouble with sorting of utf8 chars in the dictionary. I can't seem to get the sorting

Re: Illume keyboard dictionary sorting and normalization

2009-01-06 Thread Pander
Pander wrote: ... However it would be desirable that each .kbd file can indicate: - predictive mode is not possible, e.g. for numeric keyboards. I don't want it to remember my PIN, credit card number, etcetera. (numeric keyboard, a real one, without the é, ë, ..) - predictive mode is default

Re: Illume keyboard dictionary sorting and normalization

2009-01-06 Thread Olof Sjobergh
On Tue, Jan 6, 2009 at 11:57 AM, The Rasterman Carsten Haitzler ras...@rasterman.com wrote: sort -f i think does it... i think... Thanks, that seems to work. I created a package and uploaded to http://www.opkg.org/package_90.html for anyone who is interested. The source is hosted at

Re: Illume keyboard dictionary sorting and normalization

2009-01-06 Thread The Rasterman
On Tue, 06 Jan 2009 15:43:35 +0100 Pander pan...@users.sourceforge.net babbled: Carsten Haitzler (The Rasterman) wrote: On Tue, 6 Jan 2009 11:49:55 +0100 Olof Sjobergh olo...@gmail.com babbled: Hi, I'm working on a Swedish dictionary and keyboard for Illume, but I'm having some

Re: Illume keyboard dictionary sorting and normalization

2009-01-06 Thread The Rasterman
On Tue, 06 Jan 2009 15:58:55 +0100 Pander pan...@users.sourceforge.net babbled: Pander wrote: ... However it would be desirable that each .kbd file can indicate: - predictive mode is not possible, e.g. for numeric keyboards. I don't want it to remember my PIN, credit card number,

Re: Illume keyboard dictionary sorting and normalization

2009-01-06 Thread The Rasterman
On Tue, 6 Jan 2009 17:28:30 +0100 Olof Sjobergh olo...@gmail.com babbled: On Tue, Jan 6, 2009 at 11:57 AM, The Rasterman Carsten Haitzler ras...@rasterman.com wrote: sort -f i think does it... i think... Thanks, that seems to work. I created a package and uploaded to