Hi Roger,

>I understand that the StrCaselessCompare() function doesn't
>necessarily give the same result in comparing two strings on the
>Palm OS as the strcmpi() function does on a PC.

Correct.

>So far I haven't seen any difference between these functions
>but I'm aware there may be potential problems with some
>uncommon characters.
>
>Are the differences between these functions documented anywhere?

Not that I know of.

I'm assuming you're worried about this because you want to pre-sort 
some data on a PC, then transfer it to the device. In general that 
approach doesn't work, not only because of subtle differences between 
the sort orders, but also because the device sort order can change 
(typically only slightly) between releases of the OS.

-- Ken

Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200

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

Reply via email to