Re: A rough roadmap for internationalization fixes

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: A rough roadmap for internationalization fixes
Date: 2003-11-25 19:13:04
Message-ID: Pine.LNX.4.44.0311251818140.11097-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greg Stark writes:

> This sounds like you want to completely reimplement all of the locale handling
> provided by the OS? That seems like a dead-end approach to me. There's no way
> your handling will ever be as complete or as well optimized as some OS's.

Actually, I'm pretty sure it will be more complete. About the
optimization, we'll have to see.

> Better to find ways to use the OS gettext and locale handling on platforms
> that provide good interfaces.

There are no such platforms to my knowledge. The exception is some
version of glibc that provides undocumented interfaces to functionality
that is rumoured to do something that may or may not be relevant to what
we're doing.

> On platforms that don't provide good interfaces either don't support the
> features or use some third party library to provide a good
> implementation.

There are no such libraries. I keep hearing ICU, but that is much too
bloated.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dennis Bjorklund 2003-11-25 19:23:30 Re: Function parameter names
Previous Message Josh Berkus 2003-11-25 18:48:27 Re: Commercial binary support?