SchemaTool is not using UTF-8 for content in generated XML files
----------------------------------------------------------------

                 Key: OPENJPA-1728
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1728
             Project: OpenJPA
          Issue Type: Bug
          Components: jdbc
    Affects Versions: 2.0.0, 1.2.2, 1.3.0
            Reporter: Donald Woods
            Assignee: Donald Woods
             Fix For: 2.1.0


Discovered while working on OPENJPA-1724 that the SchemaTool is generating XML 
files marked as encoding="UTF-8", but the code is actually using a FileWriter 
which uses the JVM locale instead of a OutputStreamWriter set to UTF-8 for the 
output.

This is not a simple switch of class usage, as the SchemaTool supports an 
APPEND flag, which FileWriter supports, but OutputStreamWriter does not....


-- 
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