
23 Aug
2004
23 Aug
'04
3:39 a.m.
"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:cgbn5o$dl4$1@sea.gmane.org...
"Patrick Bennett" <patrick.bennett@inin.com> wrote in message:
It should be char* (and std::string) UTF-8 strings throughout for all platforms - passing as-is for platforms like Linux, and converting to/from UCS-2 on Windows. I can't speak for other platforms as I'm most familiar with Windows and Linux.
Sounds reasonable
Okay, Stefan convinced me otherwise. :-) Jonathan