6745216: missing 4 chraset aliases in sun.nio.cs package

Added "834" into x-IBM834's aliase list.

Reviewed-by: alanb
This commit is contained in:
Xueming Shen 2008-11-20 14:06:19 -08:00
parent 4d6c508c34
commit 9f247462f6

View File

@ -770,6 +770,7 @@ public class ExtendedCharsets
new String[] { new String[] {
"cp834", "cp834",
"ibm834", "ibm834",
"834",
"ibm-834" "ibm-834"
}); });