-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
x86
-
windows_95
The following bug is reported on behalf of Tadashi Ohmura <###@###.###> (the arthur of Programming for Swing):
"java.util.Properties" and "java.util.PropertyResourceBundle"
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Properties" has "load" method use InputStream
and "save" method use OutputStream.
These methods are not available for internationalization.
The new methods are needed using "Reader" and "Writer".
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The same thing is applied to "PropertyResourceBundle".
If not support these methods, the property files are very
inconvenient.
It is regret that even JDK1.2 beta2 does not support these.
I hope that JDK1.2 final release version will support it.
"java.util.Properties" and "java.util.PropertyResourceBundle"
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Properties" has "load" method use InputStream
and "save" method use OutputStream.
These methods are not available for internationalization.
The new methods are needed using "Reader" and "Writer".
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The same thing is applied to "PropertyResourceBundle".
If not support these methods, the property files are very
inconvenient.
It is regret that even JDK1.2 beta2 does not support these.
I hope that JDK1.2 final release version will support it.
- duplicates
-
JDK-4077980 Properties.save() and Properties.load() are not non-ASCII safe
-
- Closed
-