Re: UTF-8 encoding question regarding PhpPgAdmin development - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: UTF-8 encoding question regarding PhpPgAdmin development
Date
Msg-id Pine.LNX.4.44.0301081840420.29178-100000@localhost.localdomain
Whole thread Raw
In response to Re: UTF-8 encoding question regarding PhpPgAdmin development  (Jean-Michel POURE <jm.poure@freesurf.fr>)
List pgsql-hackers
Jean-Michel POURE writes:

> > Finally, when you display East Asian characters you will
> > have a font problem because the Chinese, Japanese, and Korean characters
> > are mapped to the same range in Unicode but you are supposed to use
> > country-specific glyphs.
>
> Do you mean that glyph hexaX will display differently in UTF-8 and EUC_JP? If
> it is really the case, we cannot use UTF-8.

Well, it's not completely different, but customized to the language.  The
Chinese, Japanese, and Korean ideographs are really the same historically
but are displayed slightly differently.  If you use a country-specific
character set you probably also get a country-specific font with it, but
if you map it to Unicode then you will get whatever the default look is on
your computer.  This is actually not so bad because as I understand it,
for example, a Japanese book that quotes Chinese text uses the
Japanese-look ideographs for the Chinese portions as well.  But a database
administration tool is not a Japanese book, so you need to judge it.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: [GENERAL] I feel the need for speed. What am I doing wrong?
Next
From: Tom Lane
Date:
Subject: Re: MOVE LAST: why?