Skip to content

Enforce UTF-8 #13

Description

@hansgru

The start scripts should start the JVM with the UTF-8 parameter.

If this it's not done, than allot of stuff does not work correctly, despite of the fact that for connections the user sets:

 <connection id="my_connection" driver="my_driver">
        encoding=UTF-8

Basically what's needed is in scriptella.bat and scriptella.sh the following addition:

 -Dfile.encoding=UTF8

in the last line.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions