Claus Pedersen
Member³
I have the following test script including the Danish characters æøå ÆØÅ:
In the DBMS Output tab it is shown as:
Test æøå ÆØÅ 50086 50054
Code:
BEGIN
dbms_output.put_line ('Test æøå ÆØÅ '||ascii('æ')||' '||ascii('Æ'));
END;
In the DBMS Output tab it is shown as:
Test æøå ÆØÅ 50086 50054