Probably right. StrPrintF seems to support only %C for WChar's, which is too
little to be considered as true multibyte support. Or does someone correct
me?
Since the multibyte encodings used on Palm OS don't use NUL characters in the encodings, you should be able to use %s for a multibyte string -- it just tells StrPrintF to copy from that string buffer until it hits a NUL, which will work equally well for either kind.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com

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


Reply via email to