Re: PostgreSQL Handling of Special Characters

Поиск
Список
Период
Сортировка
От Christian Paul B. Cosinas
Тема Re: PostgreSQL Handling of Special Characters
Дата
Msg-id 002701c64be1$de30c220$1e21100a@ghwk02002147
обсуждение исходный текст
Ответ на Re: PostgreSQL Handling of Special Characters  ("Markus Bertheau" <mbertheau.pg@googlemail.com>)
Ответы Re: PostgreSQL Handling of Special Characters  ("Eugene E." <sad@bankir.ru>)
have you feel anything when you read this ?  ("Eugene E." <sad@bankir.ru>)
Список pgsql-sql
Hi Markus,

Can you please elaborate more on this.
I'm really lost.
Thank You So Much.

-----Original Message-----
From: Markus Bertheau [mailto:mbertheau.pg@googlemail.com]
Sent: Sunday, March 19, 2006 8:09 PM
To: Christian Paul B. Cosinas
Cc: pgsql-sql@postgresql.org
Subject: Re: [SQL] PostgreSQL Handling of Special Characters

2006/3/20, Christian Paul B. Cosinas <cpc@cybees.com>:

> Let's say a character of 150 ASCII code. Which looks like a hypen.
>
> When I retrieve the value of that field it gives me a question mark 
> character instead of that  150 ASCII code character.
>
> What could be the possible reason of this?

Perhaps the ODBC driver thinks SQL_ASCII means ASCII and therefore discards
all bytes > 127. On PostgreSQL SQL_ASCII really means SQL_ANYTHING, so to
speak. Try to use for the database the encoding you really use.

Markus Bertheau


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html    



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

Предыдущее
От: "Markus Bertheau"
Дата:
Сообщение: Re: PostgreSQL Handling of Special Characters
Следующее
От: "Eugene E."
Дата:
Сообщение: Re: PostgreSQL Handling of Special Characters