owncloud/core

View on GitHub
changelog/10.11.0_2022-08-23/40158

Summary

Maintainability
Test Coverage
Bugfix: Convert from utf8_encode to mb_convert_encoding

Function `utf8_encode` will be deprecated and removed in future PHP versions.
It has been replaced with function mb_convert_encoding.

https://github.com/owncloud/core/pull/40158