Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error displaying person contacts #1609

Closed
muganov opened this issue Sep 15, 2024 · 1 comment
Closed

Error displaying person contacts #1609

muganov opened this issue Sep 15, 2024 · 1 comment
Assignees

Comments

@muganov
Copy link

muganov commented Sep 15, 2024

Bug report

Title

Error in displaying contacts of persons if you save the contact title with the characters “i”, “ї” and other characters of the Ukrainian alphabet

Issue Description

Since we work in Ukraine, our clients may have the symbol “i”, “ї” and other letters of the Ukrainian alphabet in their names.
When I filled in the “/admin/contacts/persons” section with clients without using the Ukrainian alphabet, everything was fine.
But when I added a client using the Ukrainian alphabet, I started getting the error “malformed utf-8 characters possibly incorrectly encoded”.
It is important to fill in the contact through the administrative panel; if you add the characters through the database, there is no problem.

Preconditions

  • MariaDB 10.5 (utf8mb4, utf8mb4_unicode_ci)
  • PHP 8.2

Steps to reproduce

  1. Go to /admin/contacts/persons/create and create a contact using the Ukrainian alphabet.
  2. After that, on the /admin/contacts/persons/ page, I start getting the error “malformed utf-8 characters possibly incorrectly encoded”.

Actual result

Current status:

db_1
admin_1

Status after adding a contact using the Ukrainian alphabet:

db_2
admin_2

@suraj-webkul
Copy link
Collaborator

This issue has been fixed by this pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants