Skip to content

Instantly share code, notes, and snippets.

@artembeloglazov
Created July 28, 2015 07:21
Show Gist options
  • Select an option

  • Save artembeloglazov/1edc82fe57325986ccc1 to your computer and use it in GitHub Desktop.

Select an option

Save artembeloglazov/1edc82fe57325986ccc1 to your computer and use it in GitHub Desktop.
Конвертация файлов из CP1251 в UTF-8
find . -type f -name '*.php' -print -exec iconv -f euc-kr -t utf-8 {} -o {}.utf8 \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment