-
Notifications
You must be signed in to change notification settings - Fork 11
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
comment characters embedded (quoted) in names or values #12
Comments
You may ask whether it's legal, and I couldn't find any information on this. All I know is that I have them in my INI files, and that Windows GetPrivateProfileString() handles such key without problems. |
This conflicts with #13 Need a clear spec one way or the other. Else we're just fumbling around and will do unexpected things depending on the INI "flavor". A spec for each "flavor" would be a starting point.
|
It fails in both cases (uses the default value). Still, it does succeed and reads "1" for
and if you follow the recommendation of https://stackoverflow.com/a/19550081/152142 to use GetPrivateProfileString as a de facto reference, it would make sense to implement this. |
Example:
Result:
The text was updated successfully, but these errors were encountered: