method

encode_utf8

v1_8_6_287 - Show latest stable - Class: REXML::Encoding
encode_utf8(content)
public

No documentation available.

# File lib/rexml/encodings/UTF-8.rb, line 3
    def encode_utf8 content
      content
    end