Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/fc31f439550aa4733e5e788f0a439817 to your computer and use it in GitHub Desktop.
Save trycf/fc31f439550aa4733e5e788f0a439817 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
test = "Non specificato – Non specificato";
test = CharsetDecode(my_string, "ASCII");
test = CharsetDecode(test, "windows-1252");
writeOutput(test);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment