gravwell / gcfg

read INI-style configuration files into Go structs; supports user-defined types and subsections
https://gopkg.in/gcfg.v1
Other
0 stars 4 forks source link

unprintable characters and alternate quotes #11

Open kris-watts-gravwell opened 1 year ago

kris-watts-gravwell commented 1 year ago

Figure out how to identify unprintable characters or when the alternate quotes are used

we have seen a FEW times where OSX users copy something, OSX automatically changes double quotes and single quotes to the unicode garbage and then configs break.

So we need to somehow do the following