Re: New driver snapshot - 07.03.0209

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: New driver snapshot - 07.03.0209
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B889FA57@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на New driver snapshot - 07.03.0209  ("Dave Page" <dpage@vale-housing.co.uk>)
Ответы Re: New driver snapshot - 07.03.0209  (Chris Gamache <cgg007@yahoo.com>)
Список pgsql-odbc

> -----Original Message-----
> From: Chris Gamache [mailto:cgg007@yahoo.com]
> Sent: 14 April 2004 18:02
> To: Dave Page; pgsql-odbc@postgresql.org
> Subject: RE: [ODBC] New driver snapshot - 07.03.0209
>
> Its SQL_ASCII at both ends here too.
>
> The characters in question are the literal representation of
> “ ” ... Yahoo! Mail may have translated those
> characters in my email to plain ol'
> double-quotes, which are benign.

That'll be the problem then. SQL_ASCII is only 7 bit ASCII safe (iirc)
which those characters are certainly not. I'm the last person you want
to ask about charactersets etc, but my guess is that you'll need to use
UNICODE to /properly/ work with characters such as these.

Regards, Dave.

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Chris Gamache
Дата:
Сообщение: Re: New driver snapshot - 07.03.0209
Следующее
От: Chris Gamache
Дата:
Сообщение: Re: New driver snapshot - 07.03.0209