From 6168abf831ad6539b7373bbd9a515662a873b0ff Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 25 Jul 2013 16:55:55 -0500 Subject: [PATCH] Set default internal encoding to UTF-8 [GH-1977] --- lib/vagrant.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/vagrant.rb b/lib/vagrant.rb index 532868cac..c2c1d7742 100644 --- a/lib/vagrant.rb +++ b/lib/vagrant.rb @@ -1,3 +1,6 @@ +# Set the default encoding for Vagrant to UTF-8 +Encoding.default_internal = Encoding::UTF_8 + require 'log4r' # Enable logging if it is requested. We do this before