Hello,
we are testing the new PL/SQL developer UTF8 new features. As we can see, we can read utf8 content in the grid result.
But the next test doest work fine:
We go and copy some Polish text with a lot of polish chars (like Źł .. etc). Them, we paste this text into a "insert" statement and we commit it. After that, we can run a query in order to check the insert result and we can see that this chars are not right inserted!
it is a normal behaviour?
The DATABASE NLS parameters are:
NLS_CHARACTERSET = AL32UTF8
NLS_NCHAR_CHARACTERSET=AL16UTF16
and our NLS_LANG values in our machine are:
WE8MSWIN1252
than ou for your help.
best regards,
Nacho
we are testing the new PL/SQL developer UTF8 new features. As we can see, we can read utf8 content in the grid result.
But the next test doest work fine:
We go and copy some Polish text with a lot of polish chars (like Źł .. etc). Them, we paste this text into a "insert" statement and we commit it. After that, we can run a query in order to check the insert result and we can see that this chars are not right inserted!
it is a normal behaviour?
The DATABASE NLS parameters are:
NLS_CHARACTERSET = AL32UTF8
NLS_NCHAR_CHARACTERSET=AL16UTF16
and our NLS_LANG values in our machine are:
WE8MSWIN1252
than ou for your help.
best regards,
Nacho