-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix INI #2779
Fix INI #2779
Conversation
I’ve also replaced |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @edukisto!
I have a few questions and suggestions.
Also, please add a comment with a link to your detailed explanation of the differences in INI parsers. And please also mention that Prism's INI implements the Win32 behaviour. This will make it easier for others to understand the code.
Thank you for contributing @edukisto! |
Thank you for your help and guidance, @RunDevelopment! |
Sorry for being late! This PR resolves #2775. I’ve made the module mimic the behavior of Win32 API.