Strange one this. I am pretty sure this is new behavior.
When I enter multi line text using an IOS device, upload the text and store it in a database any line feeds that are entered only have a ascii character 10. The ascii character 13 (Carriage Return) is missing.
If the app is compiled for Windows the same screens do record two characters on a line feed - a Carriage Return (ascii 13) and a Line Feed (ascii 10).
This is only an issue when you then try and view any of the text that was entered in a different system.
Not sure what has happened…