# File rexml/encoding.rb, line 22
  def encoding=( enc )
			enc = UTF_8 unless enc
			@encoding = enc.upcase
			require "rexml/encodings/#@encoding" unless @encoding == UTF_8
		end