Merge pull request #448 from indirect/cred_helper_encoding
force UTF-8 encoding in credential helper
This commit is contained in:
commit
dc0fa7d279
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