[arquillian-issues] [JBoss JIRA] (ARQ-1800) SQL scripts are loaded with the default charset

jean-françois Lefebvre (JIRA) issues at jboss.org
Thu Jun 19 03:03:24 EDT 2014


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)



More information about the arquillian-issues mailing list