S methods should be able to correctly handle multibyte characters #13
Labels
enhancement
New feature or request
need more info
Further information is requested, or there are still questions on how to solve the issue
S::split()
currently usesexplode()
internally, which isn't multibyte safe.preg_split()
andmb_
functions would be a better alternativeThe text was updated successfully, but these errors were encountered: