Re: spanish characters in postgres

Поиск
Список
Период
Сортировка
От Patrik Lundgren
Тема Re: spanish characters in postgres
Дата
Msg-id 000e01c2f04e$2a4f9890$0300a8c0@energy
обсуждение исходный текст
Ответ на spanish characters in postgres  ("Mario Rodriguez Villanea" <mrodriguez@AVANTICATEC.NET>)
Список pgsql-jdbc
Most likely because you haven't set the charSet varaible in the
connection url. Americans always think english is the only language
spoken (written) and therefore the standard charSet doesn't permit any
special characters. Change your url to end with ?charSet=LATIN1. Example
: jdbc:postgresql://192.168.0.1/test?charSet=LATIN1

Regards,
Patrik Lundgren

-----Ursprungligt meddelande-----
Från: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] För Mario Rodriguez Villanea
Skickat: Monday, March 17, 2003 3:11 PM
Till: pgsql-jdbc@postgresql.org
Ämne: [JDBC] spanish characters in postgres


Hi people, does anyone have idea why my special characters (á,é...,ú,ñ)
are returned by the jdbc driver as a "?" instead of the correct
character ???? When I send a normal query using psql the results looks
great

thanks

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html


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

Предыдущее
От: Tony Grant
Дата:
Сообщение: Re: JDBC driver, PGSQL 7.3.2 and accents characters
Следующее
От: Marco Trevisan
Дата:
Сообщение: Re: JDBC driver, PGSQL 7.3.2 and accents characters