Open trevor opened 11 years ago
This may be more of a feature request -- I noticed iniparse doesn't handle multiline values:
var1 = this is a \ multiline value var2 = "this is a multiline value"
https://github.com/TwP/inifile#multi-line-values
Would it be possible to add multiline support?
:+1:
I need this also, iniparse is the only implementation that handles duplicate properties and inifile is the only implementation that supports multi-line-values. :(
This may be more of a feature request -- I noticed iniparse doesn't handle multiline values:
https://github.com/TwP/inifile#multi-line-values
Would it be possible to add multiline support?