Set explicit encoding on OutputStreamWriter in FOMTest.testContent2
-------------------------------------------------------------------

                 Key: ABDERA-171
                 URL: https://issues.apache.org/jira/browse/ABDERA-171
             Project: Abdera
          Issue Type: Test
    Affects Versions: 0.4.0
         Environment: Windows XP, JDK 1.6.0_10, us_en
            Reporter: Adam Constabaris
            Priority: Trivial
             Fix For: 0.5.0


org.apache.abdera.test.parser.stax.FOMTest.testContent2 in the abdera-parser 
module fails on XP because it uses an OutputStreamWriter with default encoding; 
apparently the test content cannot be correctly encoded into CP1252 (test also 
fails if you specify iso-8859-1 encoding).  Presumably this does not fail on 
other platforms because the default encodings there (UTF-8?) can correctly 
encode the content.

I will attach a patch that explicitly sets the encoding on the OSW to utf-16

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to