MobileSheets Forums

Full Version: chopro files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I create a choprofile on windows the default end of line character is CR-LF. MS handles this as 2 linebreaks which is not what is intended. MS should handle CR-LF as a single linefeed. Same problem with .txt files....
I'll add a fix for this so that I initially replace all CR-LF with a single newline character so that my code works correctly for splitting up lines.

Thanks,
Mike
I never noticed that. I'll check again.
@ks002: Your observation is correct: on Android LF and CR/LF line breaks look the same, on Win10 LF is displayed as one linebreak, CR/LF as two linebreaks. It's required to fix this. Thanks in advance.