# File rexml/source.rb, line 70
    def Source::encoding_val( enc )
      case enc
      when /^iso-8859-1$/i; ISO_8859_1
      when /^utf-8$/i; UTF8
      when /^unile$/i; UNILE
      when /^utf-16/i; UTF16
      end
    end