X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fjrw%2FHttp.java;fp=src%2Fjrw%2FHttp.java;h=0000000000000000000000000000000000000000;hb=e00cf9e8ac1ec81f5f63220ce30b74ccf57ed868;hp=f71b062ce43a323021516930d4045b024b306357;hpb=4e6705bd163a303c3ffb5e306162cbd7660b8dd8;p=jrw.git diff --git a/src/jrw/Http.java b/src/jrw/Http.java deleted file mode 100644 index f71b062..0000000 --- a/src/jrw/Http.java +++ /dev/null @@ -1,7 +0,0 @@ -package jrw; - -public class Http { - public static final java.nio.charset.Charset UTF8 = java.nio.charset.Charset.forName("UTF-8"); - public static final java.nio.charset.Charset LATIN1 = java.nio.charset.Charset.forName("ISO-8859-1"); - public static final java.nio.charset.Charset ASCII = java.nio.charset.Charset.forName("US-ASCII"); -}