tommi1hirvonen / ExifNotes

Exif Notes is an Android application that let's you quickly make structured notes in the field when doing film photography. It has about 1,500 active installations through Google Play.
GNU General Public License v3.0
32 stars 4 forks source link

fix: set \n as a line separator #51

Closed sarmong closed 7 months ago

sarmong commented 8 months ago

\r\n is problematic on Unix systems. For example, on Linux I have to fix the file before I can run the commands.

From the info I found, \n should work properly on Windows as well.

tommi1hirvonen commented 7 months ago

@sarmong Thanks for the PR! Do you have the possibility to test that on Windows too? If not, I have a Windows device at hand and can do some brief testing, just to confirm that it works as intended.

sarmong commented 7 months ago

No, unfortunately, I don't have a Windows device to test on