Set default internal encoding to UTF-8 [GH-1977]
This commit is contained in:
parent
1086c81203
commit
6168abf831
|
@ -1,3 +1,6 @@
|
||||||
|
# Set the default encoding for Vagrant to UTF-8
|
||||||
|
Encoding.default_internal = Encoding::UTF_8
|
||||||
|
|
||||||
require 'log4r'
|
require 'log4r'
|
||||||
|
|
||||||
# Enable logging if it is requested. We do this before
|
# Enable logging if it is requested. We do this before
|
||||||
|
|
Loading…
Reference in New Issue