< prev index next >

src/java.base/share/classes/sun/nio/cs/UTF_8.java

Print this page
rev 17455 : 8184665: Skip name and alias checks for standard Charsets
Reviewed-by: sherman

*** 55,65 **** */ class UTF_8 extends Unicode { public UTF_8() { ! super("UTF-8", StandardCharsets.aliases_UTF_8); } public String historicalName() { return "UTF8"; } --- 55,65 ---- */ class UTF_8 extends Unicode { public UTF_8() { ! super(StandardCharsets.UTF_8, StandardCharsets.aliases_UTF_8); } public String historicalName() { return "UTF8"; }
< prev index next >