Created
April 30, 2014 20:24
-
-
Save boughtonp/519876a5f77c6f4ddcf0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfsetting showdebugoutput=false /> | |
<cfset ascii32to126 = "!""##$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"> | |
<cfcontent reset type="text/plain"> | |
<cfoutput> | |
Unmodified: | |
#ascii32to126# | |
encodeForJavaScript: | |
#encodeForJavaScript(ascii32to126)# | |
JsStringFormat: | |
#JSStringFormat(ascii32to126)# | |
</cfoutput> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment