Skip to content

Make UTF-8 charset check case insensitive

Currently, the check is for exact 'UTF-8' string, which makes conversion from 'utf-8' to 'UTF-8', and the presence of any non UTF-8 characters in the XML document would fail the conversion from iconv, causing parsing to fail.

Merge request reports