Breaking: #74031 - CharsetConverter parameters removed
See forge#74031
Description
The second parameter for the method Charset
has been removed.
The second and the third parameter of Charset
has been removed.
Impact
When calling Charset
, string-HTML entities (like & or £) will be converted
to UTF-8 as well at all times. Previously this behaviour was configurable.
When calling Charset
, string-HTML entities (like
& or £) will be converted to UTF-8 as well at all times. Additionally instead
of integer numbers the real UTF-8 char is returned at any times. Previously these
behaviours were configurable.
Affected Installations
Installations with custom extensions that used these methods directly in PHP code.
Migration
Remove these parameters from the calling PHP code.