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.
<!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>
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>