Re: Multibyte support and accented characters - Mailing list pgsql-novice

From Michael Glaesemann
Subject Re: Multibyte support and accented characters
Date
Msg-id 86FAA69F-9D6D-11D7-B593-0005029FC1A7@myrealbox.com
Whole thread Raw
In response to Re: Multibyte support and accented characters  ("M. Bastin" <marcbastin@mindspring.com>)
List pgsql-novice
On Friday, Jun 13, 2003, at 08:54 Asia/Tokyo, M. Bastin wrote:
> Here too you have to tell the browser it's going to receive data in
> unicode.  I don't know whether you can do this in HTML, or whether the
> user must choose unicode from the browser's appropriate menu.

Browsers are supposed to return data in the same encoding as the page,
so, for example, if your page is encoded as UTF-8, data the users enter
on the page will be returned to the server in UTF-8. I handle a lot of
Japanese, and I've been using XHTML pages encoded as UTF-8 and PHP for
handling the scripts, and it's been going in and out of my UTF-8
encoded database just fine.

Good luck!

Michael Glaesemann
grzm myrealbox com


pgsql-novice by date:

Previous
From: Michael Glaesemann
Date:
Subject: Exporting data from PostgreSQL
Next
From: "paul butler"
Date:
Subject: Re: Exporting data from PostgreSQL