
20 Oct
2004
20 Oct
'04
6:44 a.m.
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