# File rexml/encodings/EUC-JP.rb, line 10
   def to_euc_jp content
				return Uconv::u8toeuc(content)
			end