-
Enhancement
-
Resolution: Unresolved
-
P5
-
9
Please add the following note (or something similar) to the
java.util.logging.FileHandler Javadoc API:
Ensure that you set the encoding that corresponds to your environment,
operating system, or application to ensure that the Java logger does not
print unreadable characters.
Add this note right after this statement:
<handler-name>.encoding the name of the character set encoding to use
(defaults to the default platform encoding).
java.util.logging.FileHandler Javadoc API:
Ensure that you set the encoding that corresponds to your environment,
operating system, or application to ensure that the Java logger does not
print unreadable characters.
Add this note right after this statement:
<handler-name>.encoding the name of the character set encoding to use
(defaults to the default platform encoding).