void|PEAR_Error HTML_CSS::setCharset (
string $type
= 'iso-8859-1'
)
Define the charset for the file. Default to ISO-8859-1 because of CSS1 compatability issue for older browsers.
$type
(optional) Charset encoding; defaults to ISO-8859-1.
throws HTML_CSS_ERROR_INVALID_INPUT
since version 0.2.0 (2003-07-31)
This function can not be called statically.