Uppercase/Lowercase should use multibyte string functions

Created on 10 December 2024, 9 days ago

Problem/Motivation

Current implementation of uppercase/lowercase plugins uses strtoupper() and strtolower() functions that won't transform multibyte characters.

Steps to reproduce

Use token that would replace non-Latin UTF-8 text.

Proposed resolution

Use mb_strtoupper() and mb_strtolower() functions.

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇱🇹Lithuania k-l

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024