Obtain the character set name to use with the given Locale. Note that different Contexts may have different mappings of Locale to character set. @param locale The locale for which the mapped character set should be returned @return The name of the character set to use with the given Locale
(Locale locale)
| 158 | * @return The name of the character set to use with the given Locale |
| 159 | */ |
| 160 | String getCharset(Locale locale); |
| 161 | |
| 162 | |
| 163 | /** |
no outgoing calls
no test coverage detected