WebView.setCustomCharset

Sets the current custom character encoding override of @web_view. 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.

class WebView
void
setCustomCharset
(
string charset
)

Parameters

charset string

a character encoding name or %NULL

Meta