--- old/test/sun/nio/cs/FindCanEncodeBugs.java Wed May 20 18:55:51 2009 +++ new/test/sun/nio/cs/FindCanEncodeBugs.java Wed May 20 18:55:50 2009 @@ -22,7 +22,7 @@ */ /* @test - @bug 5066863 5066867 5066874 5066879 5066884 5066887 + @bug 5066863 5066867 5066874 5066879 5066884 5066887 5065777 @summary canEncode() false iff encode() throws CharacterCodingException @run main/timeout=1200 FindCanEncodeBugs @author Martin Buchholz @@ -53,9 +53,8 @@ Charset cs = e.getValue(); if (! cs.canEncode() || - csn.matches("x-COMPOUND_TEXT") || - csn.matches("x-ISO-2022-CN-CNS") || // ISO2022_CN_CNS supports less - csn.matches("(x-)?IBM(970).*")) // Broken as of 2004-07 + csn.matches("x-COMPOUND_TEXT") || + csn.matches("x-ISO-2022-CN-CNS")) // ISO2022_CN_CNS supports less continue; //System.out.println(csn);