-
Enhancement
-
Resolution: Fixed
-
P2
-
1.4.0
-
tiger
-
generic
-
solaris_8
The NIO APIs provide neither a way get the name of the default encoding
nor a way to get the default charset. Please add a method to do this.
I suggest
public static Charset Charset.default();
nor a way to get the default charset. Please add a method to do this.
I suggest
public static Charset Charset.default();
- relates to
-
JDK-4454622 (cs) Most character conversion clients do not use NIO API
- Resolved