Re: UTF-8 encoding question regarding PhpPgAdmin development

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: UTF-8 encoding question regarding PhpPgAdmin development
Дата
Msg-id Pine.LNX.4.44.0301081840420.29178-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: UTF-8 encoding question regarding PhpPgAdmin development  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Список 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 по дате отправления:

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: [GENERAL] I feel the need for speed. What am I doing wrong?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: MOVE LAST: why?