Description
The UniversalEncodingDetector class used by TXTParser depends on the presence of the juniversalchardet library. The detector tries to fail gracefully when the library is not present by catching unexpected exceptions, but in fact that case leads to a LinkageError that is not caught by the current code.