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

IniDataParser doesn't respect property NewLineStr #187

Open
Evangelink opened this issue May 16, 2019 · 0 comments
Open

IniDataParser doesn't respect property NewLineStr #187

Evangelink opened this issue May 16, 2019 · 0 comments

Comments

@Evangelink
Copy link

Hi there,

The IniDataParser class always split the text using LF and CRLF (see https://github.com/rickyah/ini-parser/blob/development/src/IniFileParser/Parser/IniDataParser.cs#L106) which means that if we want to use some crazy value for NewLineStr we won't be able to read back the ini file we just created.

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