Re: encoding names

Поиск
Список
Период
Сортировка
Искать
От
Peter Eisentraut
Тема
Re: encoding names
Дата
Msg-id
Pine.LNX.4.30.0108171803290.677-100000@peter.localdomain
Ответ на
encoding names (Karel Zak)
Список
Дерево обсуждения
Re: encoding names Barry Lind <barry@xythos.com>
Re: encoding names Karel Zak <zakkr@zf.jcu.cz>
Re: encoding names Peter Eisentraut <peter_e@gmx.net>
Re: encoding names Tatsuo Ishii <t-ishii@sra.co.jp>
Re: encoding names Peter Eisentraut <peter_e@gmx.net>
Re: encoding names Tatsuo Ishii <t-ishii@sra.co.jp>
Re: encoding names Peter Eisentraut <peter_e@gmx.net>
Re: encoding names Tatsuo Ishii <t-ishii@sra.co.jp>
Re: encoding names Bruce Momjian <pgman@candle.pha.pa.us>
Re: encoding names Tatsuo Ishii <t-ishii@sra.co.jp>
Re: encoding names Karel Zak <zakkr@zf.jcu.cz>
Re: encoding names Tatsuo Ishii <t-ishii@sra.co.jp>
Re: encoding names Karel Zak <zakkr@zf.jcu.cz>
Re: encoding names Tatsuo Ishii <t-ishii@sra.co.jp>
Re: encoding names Peter Eisentraut <peter_e@gmx.net>
Re: encoding names Tatsuo Ishii <t-ishii@sra.co.jp>
Re: encoding names Tom Lane <tgl@sss.pgh.pa.us>
Karel Zak writes:

> - possible is use synonyms for encoding (an example ISO-8859-1,
>   Latin1, l1)

On the choice of synonyms:  Do we really want to add that many synonyms
that are not the standard name?  I think the following are not necessary:

cyrillic, cp819, ibm819, isoir100x, l1-4

ISO 8859 is a pretty well-know term these days.

KOI8 needs to be aliased as koi8r.  Unicode is not a valid encoding name,
actually.  Do you know what encoding is stands for and could you add that
as an alias?

On the code:

#ifdef WIN32
   #include "win32.h"
#else
   #include 
#endif

needs to be written as

#ifdef WIN32
#   include "win32.h"
#else
#   include 
#endif

for portability.

For extra credit:  A patch to configure and the documentation.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter

В списке pgsql-patches по дате отправления
От: Barry Lind
Дата:
От: Bruce Momjian
Дата:
FAQ