utf8 script and sqlplus
Hello.
Try to use sql script in utf8 encoding to run from sqlplusw oracle 9201 win. Database encoding is BLT8MSWIN1257, client registry contatins the same BLT8MSWIN1257
SQL> @c:\temp\db\define.sql -- file define.sql has UTF8 encoding
SP2-0734: unknown command beginning "-- Пе..." - rest of line ignored.
Is it because of non-utf8 database encoding or sqlplusw does not read utf8 files at all?
Regards, Dmitry