From e7b72974978b43f8ee9bea417194e5ce119b69dd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Apr 2010 15:04:10 +0200 Subject: Cosmetic changes --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 83de53c..b999efb 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,12 @@ Version 3.3.0 - * New option, --char-encoding, allows to specify the character encoding + * New option, --char-encoding, allows you to specify the character encoding that should be used in the generated code. Valid values for the 'char' character type are 'utf8' (default), 'iso8859-1' (new), 'lcp' (Xerces-C++ local code page), and 'custom' (provides support for custom encodings). Note that if you use a non-default character encoding and include some libxsd headers (e.g., xsd/cxx/xml/string.hxx) directly, then you will - need to fist include the correct xsd/cxx/xml/char-.hxx header, + need to first include the correct xsd/cxx/xml/char-.hxx header, where is iso8859-1, lcp, etc. This mechanism replaces the XSD_USE_LCP macro. @@ -62,7 +62,7 @@ Version 3.3.0 User Manual. * Prior to this version, if the --generate-polymorphic option is - specified the compiler treats all types as potentially polymorphic. + specified, the compiler treats all types as potentially polymorphic. Now by default only type hierarchies used in substitution groups and those explicitly declared polymorphic with the new --polymorphic-type option are treated as polymorphic. This results in smaller and faster @@ -112,7 +112,7 @@ Version 3.3.0 * XML Schema union types with members that are enumeration types are automatically converted to equivalent enumeration types with a union - of all the member's enumerators. + of all the members' enumerators. Version 3.2.0 -- cgit v1.1