Skip to content

Instantly share code, notes, and snippets.

@marcins
Created January 31, 2014 04:27
Show Gist options
  • Save marcins/8726617 to your computer and use it in GitHub Desktop.
Save marcins/8726617 to your computer and use it in GitHub Desktop.
UTF-8 variable name
<cfprocessingdirective pageEncoding="utf-8">
<cfset € = "Hi!">
<cfoutput>#€#</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment