Hello everyone,
I'm trying to insert a string with the character "≤" into a table, but when I select after, I get "=", and it's indeed "=" in the database.
When I do the same insert on the server locally, with sqlplus, it works fine, and when I select it with PL/SQL Developper, I get "≤"... Some UTF8 issue?? I check in the Preferences the parameter Unicode, and it's well enabled... Is there another option hidden somewhere?? Thx in advance!
I'm trying to insert a string with the character "≤" into a table, but when I select after, I get "=", and it's indeed "=" in the database.
When I do the same insert on the server locally, with sqlplus, it works fine, and when I select it with PL/SQL Developper, I get "≤"... Some UTF8 issue?? I check in the Preferences the parameter Unicode, and it's well enabled... Is there another option hidden somewhere?? Thx in advance!