>Please tell me if there are any languages supported by Palm (besides English)
>where the entire alphabet is [a-zA-Z]? Thanks, Paul N.

Well, even English occasionally goes out on a limb and uses high 
ASCII for words like r�sum�. So by [a-zA-Z] I assume you're also 
including accented versions.

I think every other languages uses additional characters beyond 
upper/lower Latin +/- accents for standard words.

When all is said and done, it's usually easiest to special-case text 
processing for single-byte vs. multi-byte character encodings, and 
just deal with the full set of 256 values for the single-byte case.

-- 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