|
From: Ben S. <bs...@ia...> - 2003-01-05 07:37:31
|
Hmm ... that's a good point. It certainly would be nice to support i18n in the future. However, we were not actually using XMLString in that way and it appeared to add a bit of ambiguity to the library, so I removed it. Should we support i18n in the future, we can put it back in, but this time doing it properly. cheers, ----- Ben Scott Research Assistant VR Juggler Team Virtual Reality Applications Center bs...@vr... Patrick Hartling wrote: > Is the XMLString (ha ha, Dvorak is for suckers!) stuff really nonsense? > It seems to me that strings of XML text should be made up of 16-bit > characters to ensure that i18n works properly. Of course, this is > coming from someone who has never implemented an XML parser nor read the > XML specification. Regardless, if CppDOM is going to catch on, it is > going to have to be less US-centric, and forcing the use of std::string > isn't going to achive that. > > -Patrick > > Ben Scott wrote: > >> nonchocoboy 2003/01/02 14:47:47 PST >> >> Modified files: >> cppdom cppdom.cpp cppdom.h xmlparser.cpp >> xmltokenizer.cpp xmltokenizer.h Log: >> Removed xml_node_type and XWLString nonsense. >> Revision Changes Path >> 1.19 +12 -12 cppdom/cppdom/cppdom.cpp >> 1.45 +31 -39 cppdom/cppdom/cppdom.h >> 1.16 +7 -7 cppdom/cppdom/xmlparser.cpp >> 1.10 +7 -7 cppdom/cppdom/xmltokenizer.cpp >> 1.9 +18 -18 cppdom/cppdom/xmltokenizer.h >> >> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.18&r2=1.19&diff_format=h >> >> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.44&r2=1.45&diff_format=h >> >> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmlparser.cpp.diff?r1=1.15&r2=1.16&diff_format=h >> >> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmltokenizer.cpp.diff?r1=1.9&r2=1.10&diff_format=h >> >> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/xmltokenizer.h.diff?r1=1.8&r2=1.9&diff_format=h >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Xml-cppdom-checkins mailing list >> Xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xml-cppdom-checkins > > > > |