RE: ? (question mark) characters

Поиск
Список
Период
Сортировка
От Rene Pijlman
Тема RE: ? (question mark) characters
Дата
Msg-id BEELJGLKPCMDGFENPBPNMEDCDKAA.rene@lab.applinet.nl
обсуждение исходный текст
Ответ на ? (question mark) characters  (Ricardo Pardini <rpardini@organox.com.br>)
Ответы Re: ? (question mark) characters
Список pgsql-jdbc
Ricardo Pardini wrote:
> they're all broken considering Portuguese characters
> like áéíóú (aeiou with accent)... they are replaced
> by question marks (?)... any ideas?

What's the character encoding of the database? See
http://postgresql.demunnikservices.nl/users-lounge/docs/7.1/admi
n/multibyte.html (this documentation is about character
encoding, not just multibyte support like the title suggests).
And see also
http://fts.postgresql.org/db/mw/msg.html?mid=1029464 about how
multibyte support relates to character encoding support.

Are these special characters converted when you store them in
the database, or when you retrieve them from he database?

>Should I try to compile my own drivers?

No, that won't fix it.

Regards,
René Pijlman


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

Предыдущее
От: Michael Stephenson
Дата:
Сообщение: Re: ? (question mark) characters
Следующее
От: Ricardo Pardini
Дата:
Сообщение: Re: ? (question mark) characters