Breaking: #72338 - Removed GraphicalFunctions->nativeCharset
See forge#72338
Description
The property native
to allow GifBuilder to use other character-sets than UTF-8 for rendering text
for has been removed. The default behaviour is now to always consider multi-byte strings via CharsetConverter,
as the data is expected to be UTF-8 at all times.
Additionally the methods recode
and single
have been removed as the direct equivalent from
CharsetConverter is used.
Impact
Calling any of the two methods above directly in PHP will result in a fatal error.
Setting $native
to something else than UTF-8 will have no effect anymore.
Affected Installations
Installations with custom setups and third-party PHP code using GifBuilder or GraphicalFunctions and the $native
option.
Migration
Use Charset
instead of the method single
.