awferreira / c5-db-migration

Automatically exported from code.google.com/p/c5-db-migration
0 stars 0 forks source link

Encoding Script Migration with encoding ISO-8859-1 #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Migrate a script with encoding ISO-8859-1 

What is the expected output? What do you see instead?

I expected migrate sucessful with encoding ISO-8859-1. instead of i had 
problems with this.

What version of the product are you using? On what operating system?

i try use 0.9.9-m5

Please provide any additional information below.

i saw the class SQLScriptMigration.java  in line 32:

scriptRunner.execute(connection, new InputStreamReader(inputStream,"UTF-8"));

the encoding need to be parameterizable.

Original issue reported on code.google.com by marcus...@gmail.com on 30 Jul 2010 at 2:48