method

encoding_to_xml

ruby latest stable - Class: XSD::Charset

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

encoding_to_xml(str, charset)
public

No documentation available.

# File lib/xsd/charset.rb, line 97
  def Charset.encoding_to_xml(str, charset)
    encoding_conv(str, @internal_encoding, charset_str(charset))
  end