Searched refs:ISO_8859_1 (Results 1 – 2 of 2) sorted by relevance
78 public static final String ISO_8859_1 = "ISO-8859-1"; field in HTTP81 public static final String DEFAULT_CONTENT_CHARSET = ISO_8859_1;
41 public static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1"); field in Charsets