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
Version 0.1.16 fails with an iconv() error when trying to convert a table containing a UTF-8 character with no named html entity equivalent (so e.g. £ is fine but ■ will fail)
Version 0.1.15 works correctly.
Seems to be failing at line 630 of lib/Caxy/HtmlDiff/Table/TableDiff.php on the attempt to convert to iso-8859-1 encoding, possibly as a consequence of the changes for #123
Version 0.1.16 fails with an iconv() error when trying to convert a table containing a UTF-8 character with no named html entity equivalent (so e.g. £ is fine but ■ will fail)
Version 0.1.15 works correctly.
Seems to be failing at line 630 of lib/Caxy/HtmlDiff/Table/TableDiff.php on the attempt to convert to iso-8859-1 encoding, possibly as a consequence of the changes for #123
Minimal reproduction
gives
iconv(): Detected an illegal character in input string in vendor/caxy/php-htmldiff/lib/Caxy/HtmlDiff/Table/TableDiff.php on line 630
Thanks
The text was updated successfully, but these errors were encountered: