cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]
http://cypht.org
GNU Lesser General Public License v2.1
949 stars 146 forks source link

Unicode Support: Replace Standard PHP String Functions with Multibyte Counterparts #1051

Open kambereBr opened 1 month ago

kambereBr commented 1 month ago

This PR refactors standard PHP string functions to their multibyte counterparts to improve Unicode support.

Related PR: https://github.com/cypht-org/cypht/pull/1012

marclaporte commented 2 weeks ago

In terms of http://semver.org/ will the next release be a x, y or z?

kambereBr commented 2 weeks ago

In terms of http://semver.org/ will the next release be a x, y or z?

The next release will be a y release according to Semantic Versioning (SemVer) principles at http://semver.org/. This means a minor version increment due to the introduction of enhanced Unicode support with multibyte string functions.

Could you please confirm if this aligns with your understanding?

marclaporte commented 2 weeks ago

That sounds OK.