Re: PostgreSQL Handling of Special Characters

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема Re: PostgreSQL Handling of Special Characters
Дата
Msg-id 684362e10603192009s28a0afe4m@mail.gmail.com
обсуждение исходный текст
Ответ на PostgreSQL Handling of Special Characters  ("Christian Paul B. Cosinas" <cpc@cybees.com>)
Ответы Re: PostgreSQL Handling of Special Characters  ("Christian Paul B. Cosinas" <cpc@cybees.com>)
Список pgsql-sql
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


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

Предыдущее
От: "Christian Paul B. Cosinas"
Дата:
Сообщение: PostgreSQL Handling of Special Characters
Следующее
От: "Christian Paul B. Cosinas"
Дата:
Сообщение: Re: PostgreSQL Handling of Special Characters