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

Handle Unicode line endings #3

Closed
hollasch opened this issue Jun 25, 2018 · 1 comment
Closed

Handle Unicode line endings #3

hollasch opened this issue Jun 25, 2018 · 1 comment

Comments

@hollasch
Copy link
Owner

Currently eol only considers the following characters as line terminators:

  • U+0000 (null)
  • U+000a (linefeed / newline)
  • U+000d (carriage return)

Add the following line terminators to the list:

  • U+0085 (next line, UTF-8 = c2 85)
  • U+2028 (line separator, UTF-8 = e2 80 a8)
  • U+2029 (paragraph separator, UTF-8 = e2 80 a9)

eol should just assume UTF-8 encoding.

@hollasch hollasch self-assigned this Jun 25, 2018
@hollasch hollasch removed their assignment Sep 20, 2018
@hollasch hollasch self-assigned this Apr 6, 2022
@hollasch hollasch removed their assignment Dec 14, 2022
@hollasch
Copy link
Owner Author

hollasch commented Dec 3, 2023

Closed in preference of #11

@hollasch hollasch closed this as completed Dec 3, 2023
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