MantisBT: master 3278e4d5

Author Committer Branch Timestamp Parent
atrol atrol master 2017-07-23 05:17 master 27090d47
Affected Issues  0023214: Remove usage of outdated phputf8 library
Changeset

Move function utf8_str_pad to Mantis core

Thers is still no function mb_str_pad in latest PHP
https://bugs.php.net/bug.php?id=21317

The function has been changed to use no longer utf8*, but mb* functions.

I didn't rename the function to mb_str_pad to avoid any problems
if there will be mb_str_pad in later PHP versions.

Issue 0023214

mod - core.php Diff File
mod - core/string_api.php Diff File