stringShortener() incorrectly splits multi-byte character strings (e.g., UTF-8, Russian characters).
It uses substr()/strlen() which are not multibyte-aware.
I have a patch, not sure how to attach it to the message...
stringShortener() incorrectly splits multi-byte character strings (e.g., UTF-8, Russian characters).
It uses substr()/strlen() which are not multibyte-aware.
I have a patch, not sure how to attach it to the message...
You must log in to post.