Tuesday, 27 August 2013

Why Oracle ascii function return >255 code?

Why Oracle ascii function return >255 code?

When using Oracle ascii function:
select ascii('A') from dual;
It return 65 is right.
But,when i using:
select ascii('Žü') from dual;
The return is 55004.The ascii can represent>255???
How to explain?
Help!!!!

No comments:

Post a Comment