Re: Encoding names

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: zakkr(at)zf(dot)jcu(dot)cz
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Encoding names
Date: 2001-02-21 09:41:44
Message-ID: 20010221184144L.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I a little work with encodings (Japanese, Latin(s)) and I see that
> PG use non-standard encoding names.
>
> Why is here SJIS instead Shift-JIS, EUC_JP intead EUC-JP,
> Latin2 instead ISO-8859-2 ?
>
> It is not good for example for applications that output data to HTML and
> needs set correct meta-tags, for this is needful maintain in application
> PostgreSQL's specific names and standard names and translate between these
> ...
>
> Comments?

But HTML meta tags used to use their own encoding names such as
x-euc-jp, x-sjis....

Well, the reaons are:

1) shell does not like "-" (configure and some Unix commands in
PostgreSQL accepts encoding names)
2) I don't like longer names

BTW, I and Thomas (and maybe others) are interested in implementing
CREATE CHRACATER SET staffs in SQL92/99. The encoding names might be
changed at that time...
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2001-02-21 09:54:03 Re: Encoding names
Previous Message Robert Schrem 2001-02-21 09:19:41 Re: floating point representation