This allows string values to contain things like quotes and backslashes. In particular, it allows paths such as the icon file to be Windows-style paths (with backslashes).
Based on this page, it looks like double-quotes should be escaped by using two in a row, but that other characters (such as backslashes) should be escaped the usual C way, with backslashes. I think this should provide a more complete fix for issue #11.
This allows string values to contain things like quotes and backslashes. In particular, it allows paths such as the icon file to be Windows-style paths (with backslashes).
Based on this page, it looks like double-quotes should be escaped by using two in a row, but that other characters (such as backslashes) should be escaped the usual C way, with backslashes. I think this should provide a more complete fix for issue #11.