Skip to content

Instantly share code, notes, and snippets.

@dmshvetsov
Created January 9, 2014 00:30
Show Gist options
  • Save dmshvetsov/8327351 to your computer and use it in GitHub Desktop.
Save dmshvetsov/8327351 to your computer and use it in GitHub Desktop.
character set conversion (one line shell command)
iconv -f WINDOWS-1251 -t UTF-8 <upper_form.php >upper_form_utf.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment