Bug: Cyrillic text has incorrect view in tab "Text" of "Large Data Editor"

Sigal

Member²
Some field in table have type VARCHAR2(200). In this field stored cyrillic text with length around 200.
I need select come records and read it and I write:
SELECT text
FROM my_Table
WHERE ...

I try read field "text" in select-result grid with "Large Data Editor". In tab "RTF" text have correct view, but in tab "Text" text contains many breaks. And it is not readable.

Bug income to 7.1.2.1363 version.
In 7.1.1.xxx version PLSQLDeveloper this in not happened.
 
Sure. I send some screenshots to mail.

PS: This bug occur in mixed text to (english+cyrillic). One screenshot showing this.
 
Still occurs :(
latest version is 7.1.4.1389

Simply try execute this select in "SQL Window" and use LOB editor. You can see this situation.

------------
SELECT
'Для услуги "аренда каналов" корректировки за прошедший период должны содержать границы того периода, к которому они относятся.' AS try_text
FROM dual;
 
Works fine for me:

lde_utf8.gif


Perhaps it's a font-specific issue? Which editor font are you using?
 
I'am use next font:
Preferences->Font->Browser: Microsoft Sans Serif (Script:Cyrillic)
Grig: Microsoft Sans Serif (Script:Cyrillic)
Editor: Courier New (Script:Cyrillic)
Main Font: MS Sans Serif (Script:Cyrillic)

In all fonts set Script=Cyrillic
 
Not yet. I don't see what might cause this behavior. I'm using the same font and the same text, and it works fine.
 
Back
Top