< prev index next >

src/java.base/share/classes/java/util/PropertyResourceBundle.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 118,128 **** * {@systemProperty java.util.PropertyResourceBundle.encoding} is set to either * "ISO-8859-1" or "UTF-8", the input stream is solely read in that encoding, * and throws the exception if it encounters an invalid sequence. * If "ISO-8859-1" is specified, characters that cannot be represented in * ISO-8859-1 encoding must be represented by Unicode Escapes as defined in section ! * 3.3 of <cite>The Java&trade; Language Specification</cite> * whereas the other constructor which takes a {@code Reader} does not have that limitation. * Other encoding values are ignored for this system property. * The system property is read and evaluated when initializing this class. * Changing or removing the property has no effect after the initialization. * --- 118,128 ---- * {@systemProperty java.util.PropertyResourceBundle.encoding} is set to either * "ISO-8859-1" or "UTF-8", the input stream is solely read in that encoding, * and throws the exception if it encounters an invalid sequence. * If "ISO-8859-1" is specified, characters that cannot be represented in * ISO-8859-1 encoding must be represented by Unicode Escapes as defined in section ! * 3.3 of <cite>The Java Language Specification</cite> * whereas the other constructor which takes a {@code Reader} does not have that limitation. * Other encoding values are ignored for this system property. * The system property is read and evaluated when initializing this class. * Changing or removing the property has no effect after the initialization. *
< prev index next >