Class URI.LocaleToCharsetMap
java.lang.Object
org.apache.commons.httpclient.URI.LocaleToCharsetMap
- Enclosing class:
URI
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.
- Version:
- $Revision: 564973 $ $Date: 2002/03/14 15:14:01
- Author:
- Sung-Gu, Mike Bowler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCharset(Locale locale) Get the preferred charset for the given locale.
-
Constructor Details
-
LocaleToCharsetMap
public LocaleToCharsetMap()
-
-
Method Details
-
getCharset
-