jean-françois Lefebvre created ARQ-1800:
-------------------------------------------
Summary: SQL scripts are loaded with the default charset
Key: ARQ-1800
URL:
https://issues.jboss.org/browse/ARQ-1800
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Persistence
Reporter: jean-françois Lefebvre
Assignee: Bartosz Majsak
SQLSripts are loaded with the default plateform charset.
Could you please add a property like this :
<extension qualifier="persistence">
<property name="defaultEncoding">XXX</property>
</extension>
to set the default scripts encoding.
see org.jboss.arquillian.persistence.script.ScriptLoader
reader = new BufferedReader(new InputStreamReader(inputStream));
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)