Skip to content

EolConverter converts all end of line character ocurrences in a byte array taking into acount the encoding.

Notifications You must be signed in to change notification settings

rabrato/EolConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EolConverter

EolConverter converts all end of line character ocurrences in a byte array taking into acount the encoding.

Supported end of line characters: CR, LF & CRLF. Supported file encodings: UTF8, UTF16 Little Endian, UTF16 Big Endian, UTF32 Little Endian & UTF32 Big Endian.

If there is no byte order mark in the array then it tries to find out the encoding from its content.

About

EolConverter converts all end of line character ocurrences in a byte array taking into acount the encoding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages