Installation

$ gem install transpotter

Usage

transpotter = Transpotter.new('path/to/file')

# Determine the encoding
encoding = transpotter.detect

# Transcode the file
transpotter.output_to('path/to/new_file')

Contributing to transpotter

Copyright

Copyright © 2013 Kevin Bacha. See LICENSE.txt for further details.