Extracted from Pike v7.4 release 35 at 2003-12-09.
pike.ida.liu.se
[Top]
predef::
MIME
MIME.Message

Method MIME.Message()->setcharset()


Method setcharset

void setcharset(string charset)

Description

Sets the charset parameter of the Content-Type header.

This is equivalent of calling

setparam("charset", charset )
.

See also

setparam()