
1 Nov
2005
1 Nov
'05
3:22 p.m.
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