Re: Encoding names

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Encoding names
Дата
Msg-id 20010221184144L.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Encoding names  (Karel Zak <zakkr@zf.jcu.cz>)
Ответы Re: Encoding names  (Karel Zak <zakkr@zf.jcu.cz>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Schrem
Дата:
Сообщение: Re: floating point representation
Следующее
От: Karel Zak
Дата:
Сообщение: Re: Encoding names