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 invalid UTF-8 #56

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Fix invalid UTF-8 #56

merged 1 commit into from
Dec 27, 2023

Conversation

Afforix
Copy link
Contributor

@Afforix Afforix commented Dec 22, 2023

I have fixed two instances of invalid UTF-8 characters. Also reported by Clang 16 with flag -Wpedantic:

/home/afforix/devel/poly2tri/poly2tri/sweep/sweep.h:36:61: warning: invalid UTF-8 in comment [-Winvalid-utf8]
 * "FlipScan" Constrained Edge Algorithm invented by Thomas <C5>hl<E9>n, thahlen@gmail.com
                                                            ^

@jhasse jhasse merged commit 0171f03 into jhasse:master Dec 27, 2023
1 check passed
@Afforix Afforix deleted the fix-invalid-utf8 branch December 27, 2023 12:32
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.

2 participants