Re: unicode error on win32 Was: Re: [GENERAL] pgmonitor

2005-08-02 Thread Magnus Hagander
> Hi Magnus, > > the docmentation does not realy help me ! > > Client: Win2k, german language settings, SET client_encoding > TO 'UNICODE' > Server: Win2k, german language settings, database with > UNICODE encoding > > I use PostgreSQL via ODBC and want to write and read strings > containing

Re: unicode error on win32 Was: Re: [GENERAL] pgmonitor

2005-08-02 Thread Josef Springer
Title: Signature Hi Magnus, the docmentation does not realy help me ! Client: Win2k, german language settings, SET client_encoding TO 'UNICODE' Server: Win2k, german language settings, database with UNICODE encoding I use PostgreSQL via ODBC and want to write and read strings containing vovel

Re: unicode error on win32 Was: Re: [GENERAL] pgmonitor

2005-08-02 Thread Magnus Hagander
See http://www.postgresql.org/docs/faqs.FAQ_windows.html#2.6. //Magnus > -Original Message- > Sent: Tuesday, August 02, 2005 1:11 PM > To: pgsql-general@postgresql.org > Subject: Re: unicode error on win32 Was: Re: [GENERAL] pgmonitor > > I use a database with UN

Re: unicode error on win32 Was: Re: [GENERAL] pgmonitor

2005-08-02 Thread Josef Springer
Title: Signature I use a database with UNIBASE encoding too. Writing strings in unicode with german vovels does not work. We access the database via the ODBC driver. What kind of documentation do you mean with You may check your documentation ? Best regards, Josef Springer Tino Wildenhain wr

Re: unicode error on win32 Was: Re: [GENERAL] pgmonitor

2005-08-02 Thread Tino Wildenhain
Am Montag, den 01.08.2005, 16:19 -0600 schrieb YL: > i want to list non-system tables with psql and get the following error. any > alternatives? Thanks. > > EPost-# \dt > ERROR: invalid byte sequence for encoding "UNICODE": 0xed > > my database used UNICODE as the encoding. and the OS is win2k p