cant support non ascii character...

From: "Twist" <vchris(at)club-internet(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: cant support non ascii character...
Date: 2001-05-14 03:17:16
Message-ID: 9dnine$sh1$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, im trying to get postgres and cygwin work with non ascii characters.

i enabled multibyte, i set LATIN1 while doing the initdb.

psql -l tells me that all database r using LATIN1.

how ever when i try the following:

psql test
create table test(name text);
insert into test values('prfr');

then select * from test, i got :
pr<E9>f<E9>r<E9>

tried under linux, it works fine, so i assume it comes from cygwin somehow.

Any idea please ?
Thx in advance

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Aristide Aragon 2001-05-14 05:17:26 to BLOB or not to BLOB
Previous Message Steve O'Hagan 2001-05-14 03:17:11 Re: Internet is putting lot of competition fire & heat under Microsoft SQL Server