Skip to content

Instantly share code, notes, and snippets.

@italoveloso
Created December 12, 2013 20:40
Show Gist options
  • Save italoveloso/7935044 to your computer and use it in GitHub Desktop.
Save italoveloso/7935044 to your computer and use it in GitHub Desktop.
utf8 to latin1
convert(cast(convert(titulo using latin1) as binary) using utf8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment