You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XmlDocument.fromString should encode the XML string using the specified encoding, or UTF-8 if none is provided.
XmlDocument.fromBuffer should pass the encoding parameter to the Libxml2 functions. The caller is responsible for providing the correct encoding, or relying on Libxml2’s automatic detection.