Incorrect codepage in DBMS_OUTPUT tab of Test window

longman

Member²
i have trouble in Beta 10 (in beta's thread topic creation is impossible, so i am creating it here). example was tested on the same PC but on 2 versions of Pl/Sql Developer.

Test code (try to print russian text):

Code:
-- Created on 04.03.2013 by USER
declare
  -- Local variables here
  i integer;
begin
  -- Test statements here
  dbms_output.put_line('собака');
end;

picture of example:
4HwKw.jpg


SupportInfo:
Character Sets
Character size: 4 byte(s)
CharSetID: 873
NCharSetID: 2000
Unicode Support: True
NLS_LANG: RUSSIAN_RUSSIA.AL32UTF8
NLS_CHARACTERSET: AL32UTF8
NLS_NCHAR_CHARACTERSET: AL16UTF16

version beta 10 returns:
qnVuG.jpg


version 9.0.6.1665 returns:
ezZak.jpg


can you resolve this problem?
 
Last edited:
This is indeed not correct. It turns out that UTF8 characters are not fetched correctly. We have fixed this for the next patch release. If you want a pre-release, let me know.
 
Back
Top