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)



240
241
242
# File 'lib/chef/application.rb', line 240

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