Subject Isql exchange CR+LF for LF
Author piraju1379
Firebird 2.0.1

Using isql to execute one script test.sql
isql -i test.sql

*/test.sql*/
INSERT INTO Table1 (Field1)
VALUES ('Line1
Line2');

Isql exchange CR+LF for LF.

Executing script test.sql in the IBExpert not
the problem occurs.

Would be one bug of isql or exists some configuration?

Thanks,
Paulo Geloramo
Brazil