arcnmx / serde-ini

Windows INI file {de,}serialization
MIT License
19 stars 17 forks source link

Using `#` as a comment character. #3

Closed ehiggs closed 6 years ago

ehiggs commented 6 years ago

I think in the strict interpretation of the ini format as used by Windows, # is not really a comment char (but commenting out a line like #var1=a means #var1 is being set instead of var1). However, in the Python ConfigParser approximation, # are indeed comment characters. Would it be possible to have serde-ini treat # as a comment character?

arcnmx commented 6 years ago

Fixed by #4