While jusText extracts the page encoding for a HTML page correctly from the meta attribute, it does not for XHTML, which uses an XML header: ``` <?xml version="1.0" encoding="iso-8859-2"?> ```