The character encoding to use to read the content between the opening and closing tags.
<cfpageencoding charset="utf-8"></cfpageencoding>
cfpageencoding( charset="utf-8" ) {}
Name | Type | Required | Default | Description | Values | |
---|---|---|---|---|---|---|
charset | string | Yes | The name of the variable that will contain the value of the time taken. | /Users/garethedwards/development/github/cfdocs/docs/tags/cfpageencoding.md | utf-16 |
<cfpageencoding charset="utf-8">
Some UTF-8 content
</cfpageencoding>
cfpageencoding( charset="utf-8" ){
writeoutput("Some UTF-8 content");
}