Problem/Motivation
Follow-up to #2849669: Fix \Drupal\Component\Utility\Unicode() because of the Symfony mbstring polyfill
Proposed resolution
\Drupal\Component\Utility\Unicode::strlen() to mb_strlen()
\Drupal\Component\Utility\Unicode::strtoupper() to mb_strtoupper()
\Drupal\Component\Utility\Unicode::strtolower() to mb_strtolower()
\Drupal\Component\Utility\Unicode::substr() to mb_substr()
\Drupal\Component\Utility\Unicode::strpos() to mb_strpos()
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None
Comments
Comment #4
rosk0Comment #5
rosk0Hm, I'm probably missing something but there is no usage of mentioned methods, so there is nothing to remove.