Skip to content

Commit

Permalink
Merge pull request #56 from Afforix/fix-invalid-utf8
Browse files Browse the repository at this point in the history
Fix invalid UTF-8
  • Loading branch information
jhasse authored Dec 27, 2023
2 parents 81612cb + bb4e20f commit 0171f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Primary Contributors:

Mason Green <[email protected]> (C++, Python)
Thomas �hl�n <[email protected]> (Java)
Thomas Åhlén <[email protected]> (Java)

Other Contributors:

Expand Down
2 changes: 1 addition & 1 deletion poly2tri/sweep/sweep.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Zalik, B.(2008)'Sweep-line algorithm for constrained Delaunay triangulation',
* International Journal of Geographical Information Science
*
* "FlipScan" Constrained Edge Algorithm invented by Thomas Åhlén, [email protected]
* "FlipScan" Constrained Edge Algorithm invented by Thomas Åhlén, [email protected]
*/

#pragma once
Expand Down

0 comments on commit 0171f03

Please sign in to comment.