Hi , when is save a sql script in Oracle SQL Developer special characters get lost.
It's possible to use special char in editor in sql and it's also possible to create a view with concatenated field, which works fine. But when i save the file special character get.
example script:
select '≥ ' ||99.88 || ' MΩm'
from dual

when i save script and open it again special character ≥ and Ω get lost

Does anybody has a solution for that. I tested it with version 18.1 on windows.
Thanks