CRLF strips characters when database is on Linux
Anybody seen this?
We upload a textfile to a clob, add some more text, replace some other text and finally convert it into a xmltype. If the file uploaded has CRLF as linebreaks then the 2 leading characters of the uploaded files is stripped. That does not happen when linebreaks is UNIX-style LF. You could think that this is a BOM that gets deleted, but I've made sure that the file is UTF-8 without BOM.
Database is 11.2.0.4 on Suse Linux Enterprise Server 11 Sp3.