| |
|
| java.lang.Object org.wings.util.LocaleCharSet
Method Summary | |
public String | getCharSet(Locale aLocale) Try to find a matching character set for this locale.
Parameters: aLocale - The Locale to retrieve the default charset for. | public static LocaleCharSet | getInstance() Get a instance of LocaleCharSet. |
DEFAULT_ENCODING | final public static String DEFAULT_ENCODING(Code) | | The default character encoding "UTF-8".
|
LocaleCharSet | protected LocaleCharSet()(Code) | | |
getCharSet | public String getCharSet(Locale aLocale)(Code) | | Try to find a matching character set for this locale.
Parameters: aLocale - The Locale to retrieve the default charset for. if found the charset, DEFAULT_ENCODING otherwise |
getInstance | public static LocaleCharSet getInstance()(Code) | | Get a instance of LocaleCharSet.
Instance of LocaleCharset |
|
|
|