TwP / inifile

Native Ruby package for reading and writing INI files
http://codeforpeople.rubyforge.org/inifile
95 stars 47 forks source link

Quoting problems. #39

Open rlpowell opened 8 years ago

rlpowell commented 8 years ago

My picasa.ini has entries like:

[2014-03-09_18-31-01--VID_20140309_183101.mp4] caption=More F "reading" out memorized books. backuphash=35308

2.0.2 was fine with this. 3.0.0 considers it "unbalanced quotes", and barfs. I don't think that's what you had in mind when you added the quoting mechanism?

Seems to me like it should enforce quoting IFF the value starts with a ". Better still, have an option to set the quote marker and/or turn it off.