Re: [GENERAL] browser shows garbage instead of UTF-8 characters - Mailing list pgsql-jdbc

From Harald Armin Massa
Subject Re: [GENERAL] browser shows garbage instead of UTF-8 characters
Date
Msg-id 7be3f35d0604130716i4605e347r3c71eb6d5d963ae3@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
Sadm,

what is the encoding setting of your database driver?

What happens if you put out the retrieved Data to a console or a debug window?

Have you analyzed the garbage, what is it? Escaped Characters? Hungarian? Arabian? Chinese??

How do you "fetch a record", how do you output it to "THE" "Web browser"? What are your HTML Headers? Which HTML / XHTML do you use?

Harald

On 4/13/06, Sadm sadm <sadm@bsdmail.com> wrote:
Hello!
I have a PostgreSQL database with UTF-8 encoding. It stores russian characters.
When I fetch a record from this database and output it to the web browser as html page, it
looks like a garbage instead of normal russian characters. I'm using html with <meta http-equiv="Content-Type" content="text/html; charset=utf-8">.

Please help me to find a mistake.
Thanks in advance.


--
_______________________________________________
Get your free email from http://mymail.bsdmail.com

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match



--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Reinsburgstraße 202b
70197 Stuttgart
0173/9409607
-
PostgreSQL - supported by a community that does not put you on hold

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: FastPath blocked when ERROR is thrown
Next
From: Olav Gjerde
Date:
Subject: Date format problem with INSERT statement.