problems accessing utf8 encoded databases

From: Mija Lee <mija(at)scharp(dot)org>
To: pgsql-odbc(at)postgresql(dot)org
Subject: problems accessing utf8 encoded databases
Date: 2007-09-26 20:13:57
Message-ID: 200709262013.l8QKDv1t008237@brood1.pc.scharp.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi:

I'm new to this list and to postgres, so hopefully this won't sound like a
stupid question. We are trying to connect from sas 9.13 service pack 3 to a
postgres database version 8.2.4. We are able to do so without any problems when
the databases are sql-ascii encoded, but get

ERROR: CLI error trying to establish connection: [unixODBC]client encoding
mismatch

I'm able to connect to the same server, different databases that are not UTF-8
encoded. I have UNICODE=UTF8 as a line in the odbc.ini. We are calling the sas9
program with a utf-8 encoding option. T

We are using 8.00.0100, but from what I've read it looks like utf-8 support
started in version 7.1. I didn't install the driver myself, but is there
something special I need to do to get utf-8 working with the odbc driver?

Mija

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Saito 2007-09-27 01:08:33 Re: problems accessing utf8 encoded databases
Previous Message Hu, Ming (Ivan) 2007-09-17 14:10:47 Question about psqlODBC cursor supporting.