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

FIX missing accent characters in contact name (backport v17) #26994

Closed
wants to merge 1 commit into from

Conversation

W1W1-M
Copy link
Contributor

@W1W1-M W1W1-M commented Dec 6, 2023

FIX missing accent characters in contact name

On generation of various PDF (cyan, eratosthene, ...), if the contact name contains accents they aren't properly outputed in the sender part of the document. This fix adds the proper arguments to the dol_escape_htmltag method used in the getFullName method of the CommonObject in order to not escape special characters.

This was already fixed in V18+. If I'm not mistaken the getFullName method was moved to the User class and stopped making use of the dol_escape_htmltag method.

@eldy eldy closed this in ea0c97a Dec 6, 2023
@W1W1-M
Copy link
Contributor Author

W1W1-M commented Dec 6, 2023

@eldy Thanks 👍

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

Successfully merging this pull request may close these issues.

1 participant