Erik Rauch wrote:
I think you'll be embarrassed about this one: 0x215L == 0x215l They are both longs. The actual number compared is 0x215
What I'm embarrassed about in fact is that I should have written '0x215L' == '0x215l' - I meant a string containing a 0x215 and either a 'L' or a 'l'.
Ken Krugler wrote:
Otherwise the device character encoding is Latin (PalmLatin, basically CP1252) and the various text related routines throughout the OS assume that they're getting passed single-byte text.
Thanks for pointing me to the obvious. I somehow assumed that "International Feature" meant that the OS knows more about multi-byte characters other than that they exist. D'OH!
Bye!
Matthias
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
