# File rexml/source.rb, line 46
  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