$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-20 01:44:04
Rogier van Dalen wrote:
> So unicode::string<unicode::codepoint_string<std::string> > would be a
> UTF8-encoded string that is manipulated using its characters.
After reading your post, I don't understand what exactly the two levels of
template parameters give you.
And, even if they are needed, it's very important that unicode::string with
different template parameters are always convertible between each other.
Otherwise, two libraries with different types won't be able to
interoperate.
- Volodya