We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
NewLineStr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: