$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Seefeld (seefeld_at_[hidden])
Date: 2005-11-01 10:22:29
David Abrahams wrote:
> IIUC the major obstacle to XML support is proper unicode support.
> Don't we need a unicode library first?
I carefully worked around this issue by making the string type
a template parameter. :-)
That's not only because boost doesn't have a unicode library yet,
but because people might use different libraries for that, or
even use std::string if they are careful.
Regards,
Stefan