Large data editor stored LF instead of CRLF

F. van Boven

Member²
Hi,

the large data editor stores the enters in text as a Line Feed (LF)instead of a Carriage Return Line Feed (CRLF).

Is this as documented?

(I know that a CRLF is default under Windows (Under Linux LF is default))
 
I assume that you mean that it is stored with just an LF character in the database? This is not only true for the Large Data Editor, but for all other editors as well. This is more or less an Oracle standard.
 
Is it possible to make this a setting or something?

Since we work with windows, the LF characters fails (all I see in my memos are cute little boxes :) )
 
How do you retrieve this text? A Windows application should convert LF characters from Oracle to CR/LF pairs.

I have added your suggestion to the list of enhancement requests though.
 
Back
Top