diff options
author | Björn Gustavsson <[email protected]> | 2013-09-06 13:40:21 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-09-06 14:01:49 +0200 |
commit | c011973178d860f280c6ce18b07ce4176aec5b35 (patch) | |
tree | a6623024efe0bfe3a87c8fa270e605aa8ede7827 /lib/odbc/doc | |
parent | d7ce2d9b68ba83e46100a97aaf56c0ca09899525 (diff) | |
download | otp-c011973178d860f280c6ce18b07ce4176aec5b35.tar.gz otp-c011973178d860f280c6ce18b07ce4176aec5b35.tar.bz2 otp-c011973178d860f280c6ce18b07ce4176aec5b35.zip |
Change encoding of troublesome notes.xml files to utf-8
Most notes.xml files will be updated in every release and cause
the kind of the problems described in the previous commit.
Diffstat (limited to 'lib/odbc/doc')
-rw-r--r-- | lib/odbc/doc/src/notes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index ebbacb2327..a1c6f999e0 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="latin1" ?> +<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE chapter SYSTEM "chapter.dtd"> <chapter> @@ -272,7 +272,7 @@ <item> <p> ODBC now handles the types SQL_WCHAR and SQL_WVARCHAR. - Thanks to Juhani R�nkimies. ODBC also has a new + Thanks to Juhani Ränkimies. ODBC also has a new connection option to return all strings as binaries and also expect strings to be binaries in the param_query function. These changes provides some unicode support.</p> @@ -282,7 +282,7 @@ <item> <p> Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, - DD}, {HH, MM, SS}}. Thanks to Juhani R�nkimies.</p> + DD}, {HH, MM, SS}}. Thanks to Juhani Ränkimies.</p> <p> *** POTENTIAL INCOMPATIBILITY ***</p> <p> |