From 1ca6396a3dd284241de11bcaa210ad5836e8e5a8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Dec 2009 16:18:01 +0200 Subject: Multiple object model character encodings support Also add support for ISO-8859-1. --- libxsd/xsd/cxx/xml/string.hxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'libxsd/xsd/cxx/xml/string.hxx') diff --git a/libxsd/xsd/cxx/xml/string.hxx b/libxsd/xsd/cxx/xml/string.hxx index 2d08134..ec666ee 100644 --- a/libxsd/xsd/cxx/xml/string.hxx +++ b/libxsd/xsd/cxx/xml/string.hxx @@ -7,6 +7,7 @@ #define XSD_CXX_XML_STRING_HXX #include +#include // std::size_t #include #include // XMLCh @@ -17,12 +18,6 @@ namespace xsd { namespace xml { - // - // - struct invalid_utf8_string {}; - struct invalid_utf16_string {}; - - // Transcode a null-terminated string. // template @@ -84,7 +79,7 @@ namespace xsd } } -#endif // XSD_CXX_XML_STRING_HXX +#endif // XSD_CXX_XML_STRING_HXX #include #include -- cgit v1.1