Skip to content

Commit

Permalink
fix TestCharsetCache
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhernandezgt committed Dec 8, 2023
1 parent 0edcdbe commit 8d91913
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion java/org/apache/tomcat/util/buf/CharsetCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ public class CharsetCache {
// Added from OpenJDK 15 ea24
"iso8859_16",
// Added from HPE JVM 1.8.0.17-hp-ux
"cp1051", "cp1386", "cshproman8", "hp-roman8", "ibm-1051", "r8", "roman8", "roman9"
"cp1051", "cp1386", "cshproman8", "hp-roman8", "ibm-1051", "r8", "roman8", "roman9",
// Added from OpenJDK 21 ea18
"gb18030-2022"
// If you add and entry to this list, ensure you run
// TestCharsetUtil#testIsAcsiiSupersetAll()
};
Expand Down

0 comments on commit 8d91913

Please sign in to comment.