>thank you. that's exactly what i do. but i forgot about jap. how can i >find out if the device is jap.?
UInt32 encoding;
if ((FtrGet(sysFtrCreator, sysFtrNumEncoding, &encoding) == errNone)
&& (encoding == charEncodingPalmSJIS)
{
<deal with Japanese>
}
-- 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/
