]> granicus.if.org Git - postgis/commitdiff
Properly encode Nicklas name in UTF8
authorSandro Santilli <strk@keybit.net>
Fri, 28 Aug 2015 19:57:41 +0000 (19:57 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 28 Aug 2015 19:57:41 +0000 (19:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14025 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS

diff --git a/NEWS b/NEWS
index 91210da259ce8a24dd67d6c747d888323a8445d5..48bb57ebd7aa7ab16d4460539b59cb2913ab1625 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -92,9 +92,9 @@ PostGIS 2.2.0
   - #2652, Add --upgrade-path switch to run_test.pl
   - #2754, sfcgal wrapped as an extension
   - #2227, Simplification with Visvalingam-Whyatt algorithm
-           ST_SimplifyVW, ST_SetEffectiveArea (Nicklas Avén)
+           ST_SimplifyVW, ST_SetEffectiveArea (Nicklas Avèn)
   - Functions to encode and decode TWKB
-    ST_AsTWKB, ST_GeomFromTWKB (Paul Ramsey / Nicklas Avén / CartoDB)
+    ST_AsTWKB, ST_GeomFromTWKB (Paul Ramsey / Nicklas Avèn / CartoDB)
 
  * Enhancements *