sabre-io / xml

sabre/xml is an XML library that you may not hate.
http://sabre.io/xml/
BSD 3-Clause "New" or "Revised" License
516 stars 77 forks source link

Allow to pass encoding to parse method of Xml/ Service class #212

Open hollow3464 opened 2 years ago

hollow3464 commented 2 years ago

Sometimes XML might not be in UTF-8 encoding, It would be nice to add the encoding parameter as optional to the parse method

public function parse($input, string $contextUri = null, string &$rootElementName = null, string $encoding = null)