mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #1051] [MERGED] Unicode Support: Replace Standard PHP String Functions with Multibyte Counterparts #1228
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/1051
Author: @kambereBr
Created: 5/26/2024
Status: ✅ Merged
Merged: 7/10/2024
Merged by: @kroky
Base:
master← Head:unicode-support📝 Commits (10+)
c08cac8Replace strlen with mb_strlen for Multibyte String Handling93b8578Replace strpos with mb_strpos for Multibyte String Handlingf420627Replace strrpos with mb_strrpos for Multibyte String Handlingee667e6Replace substr with mb_substr for Multibyte String Handling69b140dReplace strtolower with mb_strtolower for Multibyte String Handlingd134bd2Use encodings when processing binary data365e73cReplace strtoupper with mb_strtoupper for Multibyte String Handling918b29cReplace stripos with mb_stripos for Multibyte String Handlinge8b174fReplace str_ireplace with mb_eregi_replace for Multibyte String Handling6786846Replace str_split with mb_str_split for Multibyte String Handling📊 Changes
57 files changed (+350 additions, -350 deletions)
View changed files
📝
lib/config.php(+3 -3)📝
lib/crypt.php(+1 -1)📝
lib/db.php(+1 -1)📝
lib/dispatch.php(+1 -1)📝
lib/environment.php(+2 -2)📝
lib/format.php(+2 -2)📝
lib/module.php(+3 -3)📝
lib/request.php(+5 -5)📝
lib/scram.php(+6 -6)📝
lib/session_base.php(+1 -1)📝
lib/webdav_formats.php(+18 -18)📝
modules/2fa/modules.php(+1 -1)📝
modules/advanced_search/modules.php(+3 -3)📝
modules/calendar/hm-calendar.php(+2 -2)📝
modules/carddav_contacts/hm-carddav.php(+2 -2)📝
modules/contacts/hm-contacts.php(+6 -6)📝
modules/contacts/modules.php(+2 -2)📝
modules/core/functions.php(+7 -7)📝
modules/core/handler_modules.php(+2 -2)📝
modules/core/message_functions.php(+12 -12)...and 37 more files
📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.