force UTF-8 encoding
This commit is contained in:
parent
b6d0b4175f
commit
a8f0b60571
1 changed files with 4 additions and 0 deletions
|
@ -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 + "../.."
|
||||||
|
|
Loading…
Reference in a new issue