Flowdock
method

encoding_to_xml

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: XSD::Charset

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

encoding_to_xml(str, charset) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xsd/charset.rb, line 97
  def Charset.encoding_to_xml(str, charset)
    encoding_conv(str, @internal_encoding, charset_str(charset))
  end
Register or log in to add new notes.