forked from alxp/islandora
-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
PHP Note: https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated
What steps does it take to reproduce the issue?
-
Caught by CI.
-
When does this issue occur?
When running CI on PHP 8.2. -
Where does it occur?
https://github.com/Islandora/islandora/blob/2.x/modules/islandora_text_extraction/src/Plugin/Field/FieldFormatter/OcrTextFormatter.php#L135-L137
Resolution
mbstring
, iconv
and intl
are suggested as replacements, but I don't know enough to suggest which one (or combination) to use, or whether we have access to these extensions in the default deployment.
Metadata
Metadata
Assignees
Labels
No labels