Ben, My application will be localized to Spanish, German, French, Simp Chinese and Italian. I don't know whether these languages use NUL character or not?
Is it optional to use this NUL character or any string in above localized languages will definately contain NUL character. I hope u can clear my doubt. Thanx. "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 12:09 AM 7/29/2004, you wrote: > >Is StrCopy Localization safe??? > > > >My application is to be converted into other languages also. I saw the Text > >Manager APIs but could not find any direct method to copy one string into > >other string buffer. > > > >I do get one metheod "TxtSetNextChar" but it uses single character and a > >valid offset in the buffer. > > > >Can anybody suggest how to use this method or any direct method to copy > >string. > > As long as the character encoding doesn't use NUL characters (ASCII 0), > StrCopy should be fine. > > > -- Ben Combee, DTS technical lead, PalmSource, Inc. > "Combee on Palm OS" weblog: http://palmos.combee.net/ > Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/ > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
