caxy / php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. Includes support for comparing complex lists and tables
http://php-htmldiff.caxy.com
GNU General Public License v2.0
202 stars 51 forks source link

Fix #120: deprecated HTML-ENTITIES encoding #121

Closed richardbrinkman closed 11 months ago

richardbrinkman commented 1 year ago

mb_convert_encoding($new, 'HTML-ENTITIES', "UTF-8") is deprecated in PHP 8.2.