Re: Multibyte support and accented characters

From: Lynna Landstreet <lynna(at)gallery44(dot)org>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Multibyte support and accented characters
Date: 2003-06-17 20:13:28
Message-ID: BB14EEA8.3CE%lynna@gallery44.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

on 6/17/03 2:43 PM, Lynna Landstreet at lynna(at)gallery44(dot)org wrote:

> I should find out how LiveJournal.com handles encoding. I know there I can
> type accented characters in directly in their forms and they seem to display
> properly.

Wow, I'm replying to myself, how dorky is that? :-)

I just checked and LiveJournal uses UTF-8 encoding. A look at the charset
pages at w3c.org and ietf.org showed that UTF-8 basically is Unicode.

So, I tried putting up two test pages containing accented characters, one
with the standard iso-8859-1 encoding specified in a meta tag and one with
UTF-8, in hopes that this would demonstrate that the latter worked and the
former didn't. Unfortunately, though, neither of them worked. Tried
charset=unicode and that didn't work either. The accented characters just
showed up as question marks or nonsense characters. I even made sure that
character encoding in my browser was set to UTF-8 and it still didn't work.

Clearly, I'm missing something here. I suppose this technically isn't a
PostgreSQL question as such any more, though it's being asked with regard to
a PostgreSQL-driven site. But does anyone have any idea what sort of step I
might be missing here in trying to get accented characters to display via
UTF-8?

Lynna
--
Resource Centre Database Coordinator
Gallery 44
www.gallery44.org

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2003-06-17 21:49:36 Re: Commit within a PL/PGSQL procedure
Previous Message M. Bastin 2003-06-17 19:10:10 Re: Multibyte support and accented characters