Re: A rough roadmap for internationalization fixes

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Re: A rough roadmap for internationalization fixes
Дата
Msg-id Pine.LNX.4.44.0311251040441.29118-100000@zigo.dhs.org
обсуждение исходный текст
Ответ на A rough roadmap for internationalization fixes  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: A rough roadmap for internationalization fixes
Список pgsql-hackers
On Mon, 24 Nov 2003, Peter Eisentraut wrote:

> 1. Take out the character set conversion routines from the backend and
> make them a library of their own.  This could possibly be modelled after
> iconv, but not necessarily.  Or we might conclude that we can just use
> iconv in the first place.
> 
> 2. Reimplement gettext to use 1. and allow switching of language and
> encoding at run-time.

Force all translations to be in unicode and convert to other client
encodings if needed. There is no need to support translations stored using
different encodings.

> 3. Implement Unicode collation algorithm and character classification
> routines that are aware of 1.  Use that in place of system locale
> routines.

Couldn't we use some library that already have this, like glib (or
something else). If it's not up to what we need, than fix that library
instead.

--
/Dennis



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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: A rough roadmap for internationalization fixes
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: A rough roadmap for internationalization fixes