Skip to content

Instantly share code, notes, and snippets.

@mhorbul
Created April 29, 2011 00:25
Show Gist options
  • Save mhorbul/947625 to your computer and use it in GitHub Desktop.
Save mhorbul/947625 to your computer and use it in GitHub Desktop.
str.gsub!(/[\xFF\xFE]/, '').unpack("U*").reduce("") {|s,c| s << c.chr unless c == 0; s }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment