Обсуждение: Re: [ODBC] pgAdmin2 UTF-8 support

Поиск
Список
Период
Сортировка

Re: [ODBC] pgAdmin2 UTF-8 support

От
Dave Page
Дата:

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 25 February 2002 09:42
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] [ODBC] pgAdmin2 UTF-8 support
>
>
> Le Lundi 25 Février 2002 10:23, Dave Page a écrit :
> > Cool. Is it possible for you to try a simple test on one of your
> > Japanese databases?
>
> I don't knwo the Windows encodings names.

Does it matter? I thought it was the client encoding that mattered: I would
guess that it should be set to EUC_JP.

/D

Re: [ODBC] pgAdmin2 UTF-8 support

От
Jean-Michel POURE
Дата:
Le Lundi 25 Février 2002 10:55, vous avez écrit :
> Does it matter? I thought it was the client encoding that mattered: I would
> guess that it should be set to EUC_JP.

I tried EUC_JP, it does work. This is a Japanese encoding for Unixes. We need
its Windows equivalent, if exists. It could be added to PostgreSQL using
recode.

ISO-8859-8 should work for Hebrew on the client side. I sent a mail on ODBC
to ask for testing.

Cheers,
Jean-Michel

Re: [ODBC] pgAdmin2 UTF-8 support

От
Jean-Michel POURE
Дата:
Le Lundi 25 Février 2002 10:55, Dave Page a écrit :
> Does it matter? I thought it was the client encoding that mattered: I would
> guess that it should be set to EUC_JP.

Yes, it matters. EUC_JP is a unix encoding. It will never display under
Windows.

Re: [ODBC] pgAdmin2 UTF-8 support

От
Jean-Michel POURE
Дата:
> I tried EUC_JP, it does work.
Sorry, I meant it does NOT work.