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_from_xml(str, charset)
public
No documentation available.
# File lib/xsd/charset.rb, line 101
def Charset.encoding_from_xml(str, charset)
encoding_conv(str, charset_str(charset), @internal_encoding)
end