diff --git a/script/boxen-git-credential b/script/boxen-git-credential index 8ce8d80..ca69a9d 100755 --- a/script/boxen-git-credential +++ b/script/boxen-git-credential @@ -8,6 +8,10 @@ end 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. Dir.chdir Pathname.new(__FILE__).realpath + "../.."