User tests: Successful: Unsuccessful:
Fix: use UTF-8 safe substr for multibyte support in mod_articles_category
Fixes #45452
Replaced the regular substr() function with mb_substr() in mod_articles_category to ensure correct multibyte string handling for UTF-8 encoded text.
Multibyte characters were sometimes cut off or displayed incorrectly.
Multibyte characters are displayed correctly and not truncated.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Modules Front End |
@Suyash2JZ Please fix the code style errors, see my previous review suggestions. Thanks in advance.
Update 2025-11-02: I've allowed myself to apply the necessary code style fixes.
| Title |
|
||||||
| Labels |
Added:
bug
PR-5.4-dev
|
||
This pull request has been automatically rebased to 5.4-dev.