Hi Norman,
there is a typo: ISO-8859-1 and not ISO-8851-1.
Apart the type the patch looks ok.
Thank you,
Stefano
[EMAIL PROTECTED] ha scritto:
@@ -1119,15 +1121,22 @@
}
public static java.nio.charset.Charset getCharset(String charsetName) {
- if(charsetName == null) charsetName = "ISO8859-1";
-
- java.nio.charset.Charset c = java.nio.charset.Charset.forName(charsetName);
+ String defaultCharset = "ISO-8851-1";
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]