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

Accented character (diacritic) displayed incorrectly #542

Open
mraspor opened this issue Sep 9, 2024 · 0 comments
Open

Accented character (diacritic) displayed incorrectly #542

mraspor opened this issue Sep 9, 2024 · 0 comments
Labels
Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Severity: Moderate Minor Impact Type: Bug Something isn't working

Comments

@mraspor
Copy link

mraspor commented Sep 9, 2024

Issue

Character š and character Š are displayed incorrectly in all modules -> Description field.

Characters are correctly stored in the database:

mysql> select description from accounts \G
*************************** 1. row ***************************
description: šđžčćŠĐŽČĆ

Same thing happens on the demo.

Possible Fix

No response

Steps to Reproduce the Issue

1. Go to Account creation page
2. Enter šđžčćŠĐŽČĆ in Decription field and click Save
3. View page shows šđžčćŠĐŽČĆ
...

Context

Fresh SuiteCRM install, version 8.6.2. Debian 12 system.

It doesn't matter how I create the database:

CREATE DATABASE IF NOT EXISTS suitecrm CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
or
CREATE DATABASE IF NOT EXISTS suitecrm;

yields the same result in the view interface. Characters are always stored correctly in the database.

Version

8.6.2

What browser are you currently using?

Chrome

Browser Version

Version 128.0.6613.84 (Official Build) (64-bit)

Environment Information

MySQL Ver 8.0.37-29 for Linux (Percona), PHP 8.2.20

Operating System and Version

Debian 12

@mraspor mraspor added the Type: Bug Something isn't working label Sep 9, 2024
@johnM2401 johnM2401 added Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Severity: Moderate Minor Impact labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Severity: Moderate Minor Impact Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants