Hi,
I have problem with chinese characters in Vorax output window. If I try to execute
select '在该商店中' from dual;
I become this error:
Error detected while processing function vorax#output#FetchAndSpit...#vorax#ruby#SqlplusReadOutput:
line 12:
ArgumentError: invalid byte sequence in UTF-8
Is this caused by my settings? I have to read records from databases with utf-8 encoding, that contains chinese characters.
Thanks