Character set with fluidshell?

by Mar 10, 2015

I have a large dump of SQL statements in Unicode (UTF-16) that I am attempting to execute in FluidShell (ADS 15.0.14). This dump was created with ADS Schema Script Generator.

I'm getting an error report in FluidShell on every line saying:

source: [file].sql: Script error on line [LineNo]:
Command line contains control character(s) which is not allowed.

Initially, the end-of-line separator was CR/LF, but I stripped the CR thinking that it needed to be Unix-style, but that did not change the error.

The file has a BOM at the start, and each character is 16-bits wide. Any ideas on what the control character(s) are that are not allowed?