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 string encoding #232

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Fix string encoding #232

merged 2 commits into from
Nov 22, 2024

Conversation

jeparlefrancais
Copy link
Contributor

@jeparlefrancais jeparlefrancais commented Nov 22, 2024

Closes #224

Correctly encode characters that takes more than 1 byte.

  • add entry to the changelog

Copy link

Coverage after merging fix-string-encoding into main will be

86.09%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines
src/generator
   utils.rs94.14%100%96.88%93.82%135, 29–31, 321, 33, 335–336, 35, 352–355, 59, 69, 79, 89

@jeparlefrancais jeparlefrancais merged commit 852dd2c into main Nov 22, 2024
6 checks passed
@jeparlefrancais jeparlefrancais deleted the fix-string-encoding branch November 22, 2024 22: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.

Certain strings being normalized incorrectly.
1 participant