|
|
@@ -38,7 +38,8 @@ public final class TextEncoding {
|
|
|
public static final Charset NIO_PL_ISO = Charset.forName("ISO-8859-2");
|
|
|
|
|
|
public static final Charset NIO_PL_WINDOWS = Charset.forName("windows-1250");
|
|
|
-
|
|
|
+
|
|
|
+ public static final Charset NIO_MAZOVIA = Charset.forName("mazovia");
|
|
|
|
|
|
public static final String IO_US_ASCII = "ASCII";
|
|
|
|
|
|
@@ -57,5 +58,7 @@ public final class TextEncoding {
|
|
|
public static final String IO_PL_ISO = "ISO8859_2";
|
|
|
|
|
|
public static final String IO_PL_WINDOWS = "Cp1250";
|
|
|
+
|
|
|
+ public static final String IO_MAZOVIA = "mazovia";
|
|
|
|
|
|
}
|