force UTF-8 encoding

This commit is contained in:
Andre Arko 2013-11-15 23:11:07 -08:00
parent b6d0b4175f
commit a8f0b60571

View file

@ -8,6 +8,10 @@ end
require "pathname" require "pathname"
# It's a UTF-8, UTF-8, UTF-8 world.
Encoding.default_external = Encoding::UTF_8
# Put us where we belong, in the root dir of our boxen repo. # Put us where we belong, in the root dir of our boxen repo.
Dir.chdir Pathname.new(__FILE__).realpath + "../.." Dir.chdir Pathname.new(__FILE__).realpath + "../.."