From: Benno Schulenberg Date: Thu, 18 May 2017 12:40:21 +0000 (+0200) Subject: use plain quotes, as server seems to default to 8859-1 instead of UTF-8 X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=commitdiff_plain;h=8f3b8915289db7da23fcc43e160061c9db6f0f63;ds=inline use plain quotes, as server seems to default to 8859-1 instead of UTF-8 --- diff --git a/news.php b/news.php index d211b87..b54ccea 100644 --- a/news.php +++ b/news.php @@ -22,7 +22,7 @@ GNU nano 2.8.3 "Hirsch" fixes a misplacement of the spotlight during interactive replacing, avoids build failures on AIX and Solaris, fixes a crash on Solaris, speeds up backwards searching, improves PHP syntax highlighting, and no longer -asks “save anyway?” when the user ^Q discards the buffer. +asks "save anyway?" when the user ^Q discards the buffer.