Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong separator character #4

Open
Luz opened this issue Aug 31, 2020 · 0 comments
Open

Wrong separator character #4

Luz opened this issue Aug 31, 2020 · 0 comments

Comments

@Luz
Copy link

Luz commented Aug 31, 2020

Very good tool, very useful!

Imo, the only thing that is not perfect is the termination character, which is set to '\r' instead of '\n'.
Note that '\r' is the carriage return and '\n' is the newline character.

I hope for one fix of the following list:

  • change to the true newline character '\n'
  • allow '\r' and '\n' and '\r\n' as possible separator
  • make the separator chosable
  • change documentation from newline to carriage return (least favourable solution imo)

The reason I prefer '\n' is, that most command line tools (sed and similar) seem to be preferring this over '\r'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant