Method: Chef::Application#configure_encoding

Defined in:
lib/chef/application.rb

#configure_encodingObject

Sets the default external encoding to UTF-8 (users can change this, but they shouldn’t)



235
236
237
# File 'lib/chef/application.rb', line 235

def configure_encoding
  Encoding.default_external = chef_config[:ruby_encoding]
end