Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[Top]
MIME
MIME.Message

Method MIME.Message()->setcharset()


Method setcharset

void MIME.Message()->setcharset(string charset)

Description

Sets the charset parameter of the Content-Type header.

This is equivalent of calling

setparam("charset", charset)
.

See also

MIME.Message.setparam