-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Update utils.php #505
base: hotfix
Are you sure you want to change the base?
Update utils.php #505
Conversation
For multibyte turkish characters converted wrongly. For instance: ANNELERİ İÇİN BAKIYORLAR --> ANNELERİ İÇİN BAKIYORLAR. Explanation https://stackoverflow.com/questions/5679715/htmlentities-destroys-utf-8-strings
@advocotek if you put your code inside back-ticks, the display won't be changed. Like this: ` |
It is not something I can change. This is a text saved in database. It's displayed correctly in DB with SQL and displayed correctly in 8.6.0. This problem is new. It is not about back-tick. String enters to the code correctly in UTF8 and function break the structure. Function needs to be changed. |
My comment was about the way Github handles your text here, it was not about the SuiteCRM bug / database... |
oops. Sorry. I misunderstood :) |
For multibyte turkish characters converted wrongly. For instance:
ANNELERİ İÇİN BAKIYORLAR --> ANNELERİ İÇİN BAKIYORLAR.
Explanation
https://stackoverflow.com/questions/5679715/htmlentities-destroys-utf-8-strings
Description
Motivation and Context
How To Test This
Types of changes
Final checklist