# File lib/merb-core/bootloader.rb, line 458
  def self.set_encoding
    unless RUBY_VERSION >= '1.9'
      $KCODE = 'UTF8' if $KCODE == 'NONE' || $KCODE.blank?
    end
    
    nil
  end