Issue Type: Bug Bug
Assignee: Ceki Gulcu
Created: 18/Mar/13 6:48 PM
Description: {code}
Properties props = new Properties();
props.setProperty("foo", "bar:baz");
props.store(out, "");
{code}

produces the following properties file:

{code}
foo=bar\:baz
{code}

Therefore, when reading the properties file, \: should be converted into :

Project: CAL10N
Priority: Major Major
Reporter: Marko Lukša
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira