From bb4e20f734a7570f1f2c59b3856575dcc24ba2b6 Mon Sep 17 00:00:00 2001 From: Afforix Date: Fri, 22 Dec 2023 20:06:32 +0100 Subject: [PATCH] fix invalid UTF-8 --- AUTHORS | 2 +- poly2tri/sweep/sweep.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1736f14..aa39066 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ Primary Contributors: Mason Green (C++, Python) - Thomas Åhlén (Java) + Thomas Ã…hlén (Java) Other Contributors: diff --git a/poly2tri/sweep/sweep.h b/poly2tri/sweep/sweep.h index 466d186..ad43f2e 100644 --- a/poly2tri/sweep/sweep.h +++ b/poly2tri/sweep/sweep.h @@ -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, thahlen@gmail.com + * "FlipScan" Constrained Edge Algorithm invented by Thomas Ã…hlén, thahlen@gmail.com */ #pragma once