PeteDaMeat
Member
I have the following query which contains a Simplified Chinese character:
select asciistr(炫) from dual; Note: 炫 should display as a Chinese character!
If I run this from within PL/SQL developer the results are:
?
However, if I run the same query from within Oracle SQL developer I get:
\70AB
Oracle SQL developer is returning the correct result. I thought PL/SQL could handle Unicode? Why is it returning a ?
My version of PL/SQL is 8.0.3.1510
select asciistr(炫) from dual; Note: 炫 should display as a Chinese character!
If I run this from within PL/SQL developer the results are:
?
However, if I run the same query from within Oracle SQL developer I get:
\70AB
Oracle SQL developer is returning the correct result. I thought PL/SQL could handle Unicode? Why is it returning a ?
My version of PL/SQL is 8.0.3.1510
Last edited: