ini-parser icon indicating copy to clipboard operation
ini-parser copied to clipboard

Does not handle Comments that begin with "#" character

Open dbaechtel opened this issue 3 years ago • 3 comments

Ini Paser should handle Comments that start with ";" and "#" characters identically.

dbaechtel avatar Feb 25 '23 23:02 dbaechtel

can confirm, program crashes for me when trying to read files with "#" comments

phiskits avatar Jun 11 '24 08:06 phiskits

can confirm, program crashes for me when trying to read files with "#" comments

i found the solution to this in another issue, the comment character is customizable https://github.com/rickyah/ini-parser/issues/243#issuecomment-1307261556

phiskits avatar Jun 11 '24 08:06 phiskits

https://github.com/rickyah/ini-parser/issues/247#issue-1599869372

@dbaechtel, https://github.com/rickyah/ini-parser/issues/110#issue-158355158 is relevant.

RokeJulianLockhart avatar Sep 17 '24 21:09 RokeJulianLockhart