Clob fields when edited online in PeopleTools 8.54 have the Carriage Return ascii <13> removed. Dat
For example, the PS_JOBCODE_TBL has the DESCRLONG field which is a CLOB data type. The Job Descriptions have several carriage returns/line feeds in the formatting. When this data is edited in version 9.2 with PeopleTools 8.54,all of the ascii character 13 (Carriage Return) are eliminated. We have some batch processes that are looking for that ascii character 13. We can try converting to look for the ascii 10 line feed character. I was just wondering if there is anything we can do to stop PeopleTools from eliminating the ascii 13 character.
I should mention that the data looks the same on the page and in the database. The line feeds are doing the job to format the data.