Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.2.2, 1.3.0, 2.0.0, 2.1.1, 2.2.0
-
None
-
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
- is related to
-
OPENJPA-1724 Allow MappingTool to generate DDL SQL files in a different encoding than the local JVM
- Closed