Fix encoding of release-7.3.html
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 24 Feb 2014 14:25:39 +0000 (16:25 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 24 Feb 2014 14:25:39 +0000 (16:25 +0200)
The Content-type meta tag claimed it to be US-ASCII, but there was in fact
one non-ASCII character in there. Change the claimed encoding to UTF-8, and
fix the special character to the right byte sequence in UTF-8.

docs/release-7.3.html

index fbd38d6f38653df5178b1e5f5652da6a09487de7..3af3508002a44c331d76271c32a2d52e70a88833 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>psqlODBC release notes - 7.3 and below</title>
   </HEAD>
 
@@ -423,7 +423,7 @@ Diffs to version 1.27 (long / unified) <br>
 Diffs ignoring whitespace to version 1.27 (long / unified) <br>
  [7.03.0202]<br>
 1) Improve SQLColAttributes(SQL_COLUMN_DISPLAY_SIZE) (bug report from Benjamin Riefenstahl).<br>
-2) Correct EN_set_odbc3 macro (bug report from tomas@nocrew.org(Tomas Skûñe)). <br>
+2) Correct EN_set_odbc3 macro (bug report from tomas@nocrew.org(Tomas Skäre)). <br>
  <br>
 1.27 by hinoue   <br>
 Sat Oct 25 00:19:23 2003 (2 weeks, 2 days ago)<br>