From a8f0b60571ac57a8e94306197b8aee5b8e14b588 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Fri, 15 Nov 2013 23:11:07 -0800 Subject: [PATCH] force UTF-8 encoding --- script/boxen-git-credential | 4 ++++ 1 file changed, 4 insertions(+) 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 + "../.."