org.apache.commons.httpclient
Class URI.LocaleToCharsetMap
java.lang.Object
org.apache.commons.httpclient.URI.LocaleToCharsetMap
- URI
public static class URI.LocaleToCharsetMap
extends java.lang.Object
A mapping to determine the (somewhat arbitrarily) preferred charset for a
given locale. Supports all locales recognized in JDK 1.1.
The distribution of this class is Servlets.com. It was originally
written by Jason Hunter [jhunter at acm.org] and used by with permission.
static String | getCharset(Locale locale) - Get the preferred charset for the given locale.
|
getCharset
public static String getCharset(Locale locale)
Get the preferred charset for the given locale.
- the preferred charset or null if the locale is not
recognized.
Copyright (c) 1999-2005 - Apache Software Foundation