Comments

thalles created an issue. See original summary.

thalles’s picture

Title: Deprecated Unicode::substr() need to be replaced » Use mb_* functions instead of Unicode::* methods
StatusFileSize
new14.83 KB

Follow the patch!

Status: Needs review » Needs work
thalles’s picture

Status: Needs work » Needs review
StatusFileSize
new3.71 KB

Follow the patch!

Status: Needs review » Needs work
thalles’s picture

Status: Needs work » Needs review
StatusFileSize
new4.34 KB

Follow the patch!

dave reid’s picture

Status: Needs review » Closed (duplicate)
Parent issue: #3034169: Deprecated strtolower need to be replaced »
Related issues: +#3034169: Deprecated strtolower need to be replaced
dave reid’s picture

Status: Closed (duplicate) » Needs review

My apologies, this is about substr not strtolower, re-opening.

dave reid’s picture

StatusFileSize
new5.79 KB

This can actually just be replaced by a much simpler substr(), I'm not sure why it needed to use the unicode functions. This also cleans up a couple more deprecated things in the same classes.

dave reid’s picture

StatusFileSize
new5.71 KB

With some cleaned up use statements as well.

  • Dave Reid committed 2ddf03f on 8.x-1.x
    Issue #3035119 by thalles, Dave Reid: Use strpos() instead of deprecated...
dave reid’s picture

Status: Needs review » Fixed

Committed #10 to 8.x-1.x.

thalles’s picture

Thanks Dave!

Status: Fixed » Closed (fixed)

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