Attached are a patch to allow the charset encoding used by the JDBC
authorBruce Momjian <bruce@momjian.us>
Tue, 12 Sep 2000 04:58:50 +0000 (04:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 12 Sep 2000 04:58:50 +0000 (04:58 +0000)
commitaa5519370c96b5121a2aad2971ad18cff141f191
tree8004be195955d37f861465da5321d7f5f40fc4c3
parent0b5ff62b851b609dc67fa2d4ebfbf2a7bd806483
Attached are a patch to allow the charset encoding used by the JDBC
driver to be set, and a description of said patch.  Please refer to
the latter for more information.

William
--
William Webber                               william@peopleweb.net.au
src/interfaces/jdbc/Makefile
src/interfaces/jdbc/example/Unicode.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/Connection.java
src/interfaces/jdbc/org/postgresql/Driver.java
src/interfaces/jdbc/org/postgresql/PG_Stream.java
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java