<cfpageencoding>
Specifies the character encoding used for the current template file. This tag is processed at compile time and must be placed at the root level of your template. It serves the same purpose as the pageEncoding attribute of cfprocessingdirective but in a dedicated tag format.
This tag may have a body.
This tag is also supported within <cfscript>
<cfpageencoding
charset=string
><!--- body --->[</cfpageencoding>]
Examples
There are currently no examples for this tag.
See also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)