diff --git a/extras/textmate_import.rb b/extras/textmate_import.rb index cbf4f27..c817907 100755 --- a/extras/textmate_import.rb +++ b/extras/textmate_import.rb @@ -19,6 +19,7 @@ require 'fileutils' require 'shellwords' # String#shellescape require 'ruby-debug' if $DEBUG +Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION > '1.8.7' opts = Trollop::options do opt :bundle_dir, "TextMate bundle directory", :short => '-d', :type => :string