Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am stochastix on github.
  • I am stochastix (https://keybase.io/stochastix) on keybase.
  • I have a public key whose fingerprint is 61AE 79E2 B738 8A38 1B73 A559 FD0C E609 6C2E 5D50

To claim this, I am signing this object:

@stochastix
stochastix / gist:5492628
Last active December 16, 2015 20:29
Convert a UTF-16 file to UTF-8 (using iconv)
iconv -f UTF-16 -t UTF-8 < input_utf16_file > output_utf8_file