From f556c245b54f2db4f11d2013e50eaba9be132b50 Mon Sep 17 00:00:00 2001 From: sherman Date: Mon, 22 Nov 2010 16:12:23 -0800 Subject: [PATCH] 7001434: charset name for Cp833 should be x-IBM833. Summary: changed the name to x-IBM833 in extsbcs Reviewed-by: alanb --- make/tools/CharsetMapping/extsbcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/tools/CharsetMapping/extsbcs b/make/tools/CharsetMapping/extsbcs index e66fe5bbb..ac24dbe7a 100644 --- a/make/tools/CharsetMapping/extsbcs +++ b/make/tools/CharsetMapping/extsbcs @@ -32,7 +32,7 @@ IBM297 IBM297 Cp297 false sun.nio.cs.ext IBM420 IBM420 Cp420 false sun.nio.cs.ext IBM424 IBM424 Cp424 false sun.nio.cs.ext IBM500 IBM500 Cp500 false sun.nio.cs.ext -IBM833 IBM833 Cp833 false sun.nio.cs.ext +IBM833 x-IBM833 Cp833 false sun.nio.cs.ext IBM838 IBM-Thai Cp838 false sun.nio.cs.ext IBM856 x-IBM856 Cp856 false sun.nio.cs.ext IBM860 IBM860 Cp860 false sun.nio.cs.ext -- GitLab