Railo 4.2 Reference
Choose a tag:

Tag <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.

Body

This tag may have a body.

Example

	<cfpageencoding
		charset="string">

	[</cfpageencoding>]
	
This tag is also supported within cfscript
	<cfscript>
		pageencoding string expression {

	}
	</cfscript>

Attributes

The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name Type Required Description
charset string Yes 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.