copy to clipboard/excel font problem

bibi

Member²
when copying grid results to clipboard or to excel i see gibrish instead of the string in the grid.

i set the grid font to support my lang (hebrew in this case) and i see it ok in the grid, but..

the copy function ignores it.

or maybe the problem is somewhere else?
 
same problem.

i tried typing some hebrew string in the editor and pasted it into notepad and it was fine.

the problem is only when copying from the grid
 
The same problem exists for Arabic too, I think it is the general Right-To-Left languages support.
The editor can type Arabic but the cursor position is incorrect, also there is a problem when you try to highlight some Arabic text because the cursor does not point to the correct letters you want to highlight.
In one of my previous posts I informed you about this problem, which I think it is inherited from Delphi, (as I know, the PLSQL developper was built using Delphi) because Delphi editor suffuring the same thing, please check this with Borland if there is a new editor component that support RTL languages.

Regards.
 
Back
Top