Hi there,

I have been told that this is the correct place is to propose a change to the Java SDK.

I would like to propose the following changes to /java.util.Properties/:

1) That the current built-in treatment of the space character ' ' as a key/value pair separator, be made optional.  This would allow for keys to have un-escaped space characters in them, as is often the case in Windows '.ini' files. I have also found a few linux '.conf' files with them as well!

2) That the output of the commented Date be made optional.

I already have a working modified copy of the class in my own class library.  However, this can only be a short term solution as it will become a problem once the JDK version is changed.

Thoughts and helpful suggestions please.

Brad.


Reply via email to