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

#399 - fix encoding in contact form #398

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

EwelinaSkrzypacz
Copy link
Member

@EwelinaSkrzypacz EwelinaSkrzypacz commented Dec 12, 2024

This PR fixes PDOException errors caused by invalid UTF-8 byte sequences in contact form. It ensures that only valid UTF-8 strings are processed, preventing invalid byte sequences from causing database errors.

This should close #399.

@EwelinaSkrzypacz EwelinaSkrzypacz marked this pull request as ready for review December 12, 2024 10:05
@EwelinaSkrzypacz EwelinaSkrzypacz requested a review from a team as a code owner December 12, 2024 10:05
@krzysztofrewak krzysztofrewak changed the title - fix encoding in contact form #399 - fix encoding in contact form Dec 12, 2024
@EwelinaSkrzypacz EwelinaSkrzypacz merged commit f6c7ed6 into main Dec 12, 2024
5 checks passed
@EwelinaSkrzypacz EwelinaSkrzypacz deleted the fix-encoding-on-contact-form branch December 12, 2024 10:14
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.

Invalid byte sequence for encoding
3 participants