From: | Andreas Joseph Krogh <andreak(at)officenet(dot)no> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Conversion between UNICODE and LATIN1 is not supported |
Date: | 2002-12-18 12:39:11 |
Message-ID: | 200212181339.11107.andreak@officenet.no |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-jdbc |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
I get the following error when trying to connect to a pg-7.3 database on
Solaris8 with the 7.3 JDBC-driver.
Here is my output on the Solaris box:
www=> select version();
version
- -----------------------------------------------------------------------
PostgreSQL 7.3 on sparc-sun-solaris2.8, compiled by GCC gcc (GCC) 3.2
(1 row)
www=> set client_encoding = 'UNICODE';
ERROR: Conversion between UNICODE and LATIN1 is not supported
www=>
Here is the same commands on my Linux box:
andreak=# select version();
version
- --------------------------------------------------------------------------------------------------
PostgreSQL 7.3 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2 (Mandrake
Linux 9.0 3.2-1mdk)
(1 row)
andreak=# set client_encoding = 'UNICODE';
SET
andreak=#
=================
Does anybody know why this doesn't work on Solaris8? They are both compiled
with "./configure --with-pam" and multibyte support is enabled as default in
7.3. I can allways recompile the JDBC-drivers with "set client_encoding =
'LATIN1'; show autocommit" in AbstractJdbc1Connection.java, but that seems
hacky.
- --
Andreas Joseph Krogh <andreak(at)officenet(dot)no>
The difference between insanity and genius is measured by success
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+AGxvUopImDh2gfQRAoLbAJ9y9ZOZNS513zahIkPMDP5tJ1zSGACgj6Xo
lxVLkYwE/I/sxRRRNvRSZFo=
=FsMP
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2002-12-18 13:00:57 | Re: [JDBC] Conversion between UNICODE and LATIN1 is not supported |
Previous Message | Jean-Michel POURE | 2002-12-18 10:17:56 | SourceForge policy on http://sourceforge.net/tos/tos.php |
From | Date | Subject | |
---|---|---|---|
Next Message | Remigius Stalder | 2002-12-18 12:54:58 | Re: What is "objsubid"? |
Previous Message | Dave Cramer | 2002-12-18 12:28:54 | Re: (forw) [bfl@florianbruckner.com: AW: Reversedb tool and |