# >Did you realize that if you want your program to be truly international then
# >you can't use chars like trademarkChr.  In fact, you can't use anything above
# >127 [I think].  I wonder what can be done to keep trademarkChr, etc., and, at
# >the same time, to allow portability.  Best regards, Paul
# 
# In the 3.5 SDK, the Chars.h header only contains characters that are 
# safe to use with any character encoding. Characters that are specific 
# to a given character encoding are contained in separate header files, 
# for example CharLatin.h and CharShiftJIS.h. If you want to use one of 
# these encoding-specific files, you'll want to define 
# NON_INTERNATIONAL first, then include them.

Hi Ken:

Thanks.  I knew this. I'd like international AND trademarkChr. Can't I have
both?  Best regards, Paul

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to