Problem/Motivation

This was addressed in PHP 8.2 to fix the utf8_encode() compatibility issue (3380518), but it may have inadvertently removed the support base path commit.

Proposed resolution

Follow the recommendation of official php documentation and replace the use of utf8_encode() with the mb_convert_encoding() function.

Comments

Ahmad Khader created an issue. See original summary.

ahmad khader’s picture

joseph.olstad’s picture

Version: 3.0.x-dev » 2.0.x-dev
Status: Needs review » Fixed
joseph.olstad’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.