Simon Martinelli
Member²
If I open one of our package with Unicode characters in PL/SQL Developer it looks like this.
actions(actions.last) := new ob_action('🙂'||chr(4036988338),'','','CANCEL');
In DBeaver it's displayed correctly
actions(actions.last) := new ob_action('
'||chr(4036988338),'','','CANCEL');
How can I configure PL/SQL Developer to display Unicode?
actions(actions.last) := new ob_action('🙂'||chr(4036988338),'','','CANCEL');
In DBeaver it's displayed correctly
actions(actions.last) := new ob_action('

How can I configure PL/SQL Developer to display Unicode?
Last edited: