$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-08-22 22:39:55
"Jonathan Turkanis" <technews_at_[hidden]> wrote in message
news:cgbn5o$dl4$1_at_sea.gmane.org...
>
> "Patrick Bennett" <patrick.bennett_at_[hidden]> 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