Problem/Motivation

Deprecated Unicode::* methods need to be replaced

Proposed resolution

Use mb_*() methods instead of Unicode::* according to standards.

Change record: https://www.drupal.org/node/2850048

Comments

Mithun S created an issue. See original summary.

mithun s’s picture

StatusFileSize
new752 bytes
mithun s’s picture

Status: Active » Needs review
mithun s’s picture

Please review the applied patch. The deprecated method is replaced with mb_strlen() method.

chi’s picture

Issue summary: View changes
Status: Needs review » Needs work

I suppose this should remove use statement as well.

mithun s’s picture

StatusFileSize
new1009 bytes

Please dont consider the above patch deprecated-3041684-2.patch . I have applied a new patch file by removing use statement as well. Please review.

mithun s’s picture

Status: Needs work » Needs review

  • Chi committed 3574dc8 on 8.x-3.x authored by Mithun S
    Issue #3041684 by Mithun S: Use the  mb_* methods instead of deprecated...
chi’s picture

Status: Needs review » Fixed

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.