set_custom_charset
Description:
Sets the current custom character encoding override of this.
The custom character encoding will override any text encoding detected via HTTP headers or META tags. Calling this method will stop any current load operation and reload the current page. Setting the custom character encoding to null removes the character encoding override.
Parameters:
this |
a WebView |
charset |
a character encoding name or null |