Re: Multibyte support and accented characters

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Multibyte support and accented characters
Date: 2003-06-13 07:06:17
Message-ID: 86FAA69F-9D6D-11D7-B593-0005029FC1A7@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message paul butler 2003-06-13 07:38:56 Re: Exporting data from PostgreSQL
Previous Message Michael Glaesemann 2003-06-13 06:20:59 Exporting data from PostgreSQL