This is a discussion on Re: Usind database with encoding UNICODE and vovel within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> > -----Original Message----- > From: Alejandro D. Burne [mailto:alejandro.dburne@gmail.com] > Sent: 04 August 2005 16:11 > To: Dave Page ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: Alejandro D. Burne [mailto:alejandro.dburne@gmail.com] > Sent: 04 August 2005 16:11 > To: Dave Page > Cc: pgsql-odbc@postgresql.org > Subject: Re: Usind database with encoding UNICODE and vovel > > 2005/8/4, Dave Page <dpage@vale-housing.co.uk>: > > ... > > > > > > Dave, thanks 4 your time; > > > * I've installed MDAC 2.8 with same results. > > > > > > * If I don't set locale on the client it doesn't work, > pgadmin either > > > (show wrong encoding data) > > > > > > After connect trough odbc: > > > SHOW CLIENT_ENCODING; > > > return -> UTF8 > > > > So to make it work, you do " SET client_encoding TO 'LATIN10' " ? > > Yes, I choose LATIN10 after odbc connect and things go ok, I'm using > visualfoxpro. OK, great thanks. Seems the sensible thig to try when you think about it :-) Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |