You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/06/28 22:35:47 UTC

svn commit: r789149 - in /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance: iso-8859-1.xml utf-8.xml

Author: veithen
Date: Sun Jun 28 20:35:47 2009
New Revision: 789149

URL: http://svn.apache.org/viewvc?rev=789149&view=rev
Log:
Added two XML test files with different charset encodings.

Added:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/iso-8859-1.xml   (with props)
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/utf-8.xml   (with props)

Added: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/iso-8859-1.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/iso-8859-1.xml?rev=789149&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/iso-8859-1.xml (added)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/iso-8859-1.xml Sun Jun 28 20:35:47 2009
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<text>Voix ambiguë d'un coeur qui au zéphyr préfère les jattes de kiwis</text>
\ No newline at end of file

Propchange: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/iso-8859-1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/utf-8.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/utf-8.xml?rev=789149&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/utf-8.xml (added)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/utf-8.xml Sun Jun 28 20:35:47 2009
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<text>الدار البيضاء</text>
\ No newline at end of file

Propchange: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/conformance/utf-8.xml
------------------------------------------------------------------------------
    svn:eol-style = native