hollasch / eol

Convert file end-of-line encodings
MIT License
0 stars 0 forks source link

Handle Unicode line endings #3

Closed hollasch closed 8 months ago

hollasch commented 6 years ago

Currently eol only considers the following characters as line terminators:

Add the following line terminators to the list:

eol should just assume UTF-8 encoding.

hollasch commented 8 months ago

Closed in preference of #11