<cfpageencoding>

A string literal; the character encoding to use to read the page.

The value may be enclosed in single or double quotation marks, or none.

This tag may have a body.

This tag is also supported within <cfscript>

<cfpageencoding charset=string ><!--- body --->[</cfpageencoding>]
Attribute Description
charset
string, required

A string literal; the character encoding to use to read the page. The value may be enclosed in single or double quotation marks, or none.

Examples

There are currently no examples for this tag.

See also