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
We are getting this deprecation warning in AttributesOutputFilter.php:48
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead
Describe the desired solution
remove the deprecation warning
Describe the alternatives that you have considered
none
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
We are getting this deprecation warning in AttributesOutputFilter.php:48
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead
Describe the desired solution
remove the deprecation warning
Describe the alternatives that you have considered
none
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: