Skip to content

Instantly share code, notes, and snippets.

@shmaltorhbooks
Created August 27, 2015 09:05
Show Gist options
  • Select an option

  • Save shmaltorhbooks/283c84d24c6c549edbc6 to your computer and use it in GitHub Desktop.

Select an option

Save shmaltorhbooks/283c84d24c6c549edbc6 to your computer and use it in GitHub Desktop.
convert project files to OTF-8
find . -name "*.jsp" -exec fconv {} \;
mv $1 $1.old
iconv -f CP1251 -t UTF-8 $1.old -o $1
rm $1.old
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment