You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2018/06/11 19:17:35 UTC

[cxf-xjc-utils] 02/03: Add a test to see if we can compile UTF-8 char comments

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git

commit 407e334e5e5836d0b4921cf98bb3c744d96f6bc2
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Mon Jun 11 15:06:03 2018 -0400

    Add a test to see if we can compile UTF-8 char comments
---
 boolean-test/src/test/resources/schemas/configuration/foo.xsd | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/boolean-test/src/test/resources/schemas/configuration/foo.xsd b/boolean-test/src/test/resources/schemas/configuration/foo.xsd
index 64b12e6..c471786 100644
--- a/boolean-test/src/test/resources/schemas/configuration/foo.xsd
+++ b/boolean-test/src/test/resources/schemas/configuration/foo.xsd
@@ -48,8 +48,12 @@
     	</xs:sequence>
     </xs:complexType>
 
-    <xs:complexType name="foo">        
-        <xs:sequence>
+    <xs:complexType name="foo">   
+	    <xs:annotation>
+	      <xs:documentation>This is a test documentation with strange UTF chars:  Ã, Ã, ¢, â‚ €, für
+	      </xs:documentation>
+	    </xs:annotation>     
+	    <xs:sequence>
 	    <xs:element name="pageColor" type="tns:pageColor" minOccurs="0"></xs:element>
             <xs:element name="driving" type="tns:drivingDecision" default="LeftTurn" minOccurs="0"></xs:element>
             <xs:element name="stringElem" type="xs:string" default="hello" minOccurs="0"></xs:element>

-- 
To stop receiving notification emails like this one, please contact
dkulp@apache.org.