Hi!
Seems the config files are read as ASCII but written as UTF8. I don't
think you'd normally see non-ascii characters in the values, but I
definitly have them in the comments somewhere. And things should at
least be consistent.
Attached patch reads the file as UTF8, and doesn't change the writing.
//Magnus