Nicholas Guarracino wrote / skrev:
> Veronica Loell wrote:
> 
>> I can't really see how the meaning of 'case insensitivity' can be
>> dependent on the character encoding. No matter how an alphabeth is
>> encoded the mathing characters will be the same. What does make a
>> difference here is the locale/language, unless you assume that is
>> decided by the encoding used?
>>
> 
> Veronica, you might want to check out the following thread which was
> recently on the comp.lang.c++.moderated newsgroup for why this is not a
> trivial problem to solve: http://tinyurl.com/722mj
> 
> Stephen, I'm sorry I don't have a solution to your question, but at
> least you're not the only one with this problem, if that comforts you at
> all :)
> 
> --Nick
> 

I think you misunderstood me, I meant that the problem is more
complicated than the original thread suggested. I'm a computational
linguist and have not worked heavily with low level string/character
programming, I've worked more on the high level end. Unicode as you know
have some case information included, but it will still be heavily
dependent on the Locale for wich you develop. That said there are
numerous string search algorithms, but I would guess that you'd need to
adapt them for each of the locales (and encodings if a locale use more
than one) that you develop for?

- Veronica

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to