New ReplaceLineEndingsMBS function
It addresses two problems the built-in Xojo function has:
- Performance: We can do the same job approximately 30% faster as far as we measured.
- Yielding: If you process 100 MB blocks, a yield every few MB may help to keep the application responsive, especially if you use the function on a thread.
The new function will be available soon in the next prerelease. See also other functions like ReplaceNonPrintableCharactersMBS.