Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion make/data/charsetmapping/charsets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2000, 2024, 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
Expand Down Expand Up @@ -871,8 +871,10 @@ charset ISO-8859-8 ISO_8859_8
alias 8859_8
alias iso-ir-138
alias ISO_8859-8
alias ISO-8859-8-I
alias ISO_8859-8:1988
alias ISO8859-8
alias ISO8859-8-I
alias cp916
alias 916
alias ibm916
Expand Down
6 changes: 4 additions & 2 deletions test/jdk/java/nio/charset/Charset/RegisteredCharsets.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2024, 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
Expand All @@ -23,7 +23,7 @@

/* @test
* @bug 4473201 4696726 4652234 4482298 4784385 4966197 4267354 5015668
6911753 8071447 8186751 8242541 8260265 8301119
6911753 8071447 8186751 8242541 8260265 8301119 8195686
* @summary Check that registered charsets are actually registered
* @modules jdk.charsets
* @run junit RegisteredCharsets
Expand Down Expand Up @@ -432,6 +432,8 @@ private static Stream<Arguments> aliases() {
"ISO_8859-8:1988",
"iso-ir-138",
"ISO_8859-8",
"ISO-8859-8-I",
"ISO8859-8-I",
"hebrew",
"8859_8",
"iso_8859-8:1988",
Expand Down