< prev index next >

test/jdk/java/nio/charset/Charset/RegisteredCharsets.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 21,31 **** * questions. */ /* @test * @bug 4473201 4696726 4652234 4482298 4784385 4966197 4267354 5015668 ! 6911753 8071447 8186751 * @summary Check that registered charsets are actually registered * @modules jdk.charsets */ import java.io.*; --- 21,31 ---- * questions. */ /* @test * @bug 4473201 4696726 4652234 4482298 4784385 4966197 4267354 5015668 ! 6911753 8071447 8186751 8242541 * @summary Check that registered charsets are actually registered * @modules jdk.charsets */ import java.io.*;
*** 441,450 **** --- 441,451 ---- aliasCheck("ISO-8859-16", new String[] { "iso-ir-226", "ISO_8859-16:2001", "ISO_8859-16", + "ISO8859_16", "latin10", "l10", "csISO885916" });
< prev index next >