masked
masked copied to clipboard
mb_* functions applied
Switching to mb functions to support more languages.
Shouldn't there be any checks if the mb_* functions are available? I think mbstring is still a non-default extension, and to be sure the functions are available some check needs to be performed.
@yahyaerturan Perhaps the mbstring extension can be required in composer.json ?