Kimono.KHTMLPart.SetEncoding C# (CSharp) Method

SetEncoding() public method

Sets the encoding the page uses. This can be different from the charset. The widget will try to reload the current page in the new encoding, if url() is not empty.
public SetEncoding ( string name, bool arg2 ) : bool
name string
arg2 bool
return bool
        public bool SetEncoding(string name, bool arg2)
        {
            return (bool) interceptor.Invoke("setEncoding$$", "setEncoding(const QString&, bool)", typeof(bool), typeof(string), name, typeof(bool), arg2);
        }

Same methods

KHTMLPart::SetEncoding ( string name ) : bool
KHTMLPart