Problem/Motivation
This change: https://www.drupal.org/node/2850048
..deprecates a bunch of drupal/core-unicode that we use in favor of the Symfony polyfils.
This is in Drupal core 8.6.x, which Examples currently does not support.
We'll need to follow those deprecations.
Proposed resolution
Wait until the release of Drupal 8.6.0.
Fix usages of Unicode methods that are now deprecated.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2971229_6.patch | 2.12 KB | mile23 |
| #4 | 2971229_4.patch | 0 bytes | mile23 |
Comments
Comment #2
mile23Comment #3
mile23Comment #4
mile23Removed Unicode references.
Comment #6
mile23Better patch.
Comment #8
mile23Even though it seems to have disappeared, the 8.5.x test result passes, and the 8.6.x test does not throw any Unicode-based deprecation errors.
So here we go. Fixed.