geosone / seriesrenamer

Automatically exported from code.google.com/p/seriesrenamer
0 stars 1 forks source link

Parser needs to allow spaces at the start/end of a property #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We either need to remove trimming properties, or add a way to escape a 
space character.

Original issue reported on code.google.com by fragman@gmail.com on 5 Jul 2009 at 4:46

GoogleCodeExporter commented 8 years ago
Spaces at the start and at the end of a value are now escaped like this: \s
Also, every real occurence of \s in a value is written in the config file as \\s

Original comment by fragman@gmail.com on 6 Jul 2009 at 8:34