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

alexpott created an issue. See original summary.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.0-alpha1 will be released the week of July 31, 2017, which means new developments and disruptive changes should now be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.0-alpha1 will be released the week of January 17, 2018, which means new developments and disruptive changes should now be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

rosk0’s picture

Assigned: Unassigned » rosk0
Status: Postponed » Active
rosk0’s picture

Assigned: rosk0 » Unassigned
Status: Active » Closed (outdated)

Hm, I'm probably missing something but there is no usage of mentioned methods, so there is nothing to remove.