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