Skip to content

Instantly share code, notes, and snippets.

@mlebkowski
Created March 2, 2016 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlebkowski/f2a4a82e3fb825f9383c to your computer and use it in GitHub Desktop.
Save mlebkowski/f2a4a82e3fb825f9383c to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# Input is tab separated, UTF-8 with " quotes
#
INPUT="${1:-/dev/stdin}"
printf '\xFF\xFE';
cat "$INPUT" | iconv -f UTF-8 -t UTF-16LE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment