Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-1728

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.2.2, 1.3.0, 2.0.0, 2.1.1, 2.2.0
    • None
    • jdbc
    • None

    Description

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

      Attachments

        Issue Links

          Activity

            People

              drwoods Donald Woods
              drwoods Donald Woods
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: