Carriage Return characters appended to Line Feed Characters When writing to XML
Good morning,
I was hoping to get some better insight on some behavior we've been experiencing when writing out to an XML File Object.
When users make updates to the DESCRLONG field in the message catalog, the DESCRLONG line breaks are stored with a LF character to the database.
However, when we export the record to an XML File Object using &OutputFile.WriteRowSet(&OutputRowSet), the xml has CRLF characters.
We first noticed this behavior back in PT 8.52, and are still seeing it in PT 8.55.15. Our App/Batch servers are all running on RHEL.
This causes an issue because we are syncing message catalog entries across PS instances on different networks, and when we are checking for differences, there's false positives generated by having the CRLF characters.