Re: UTF-8

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Martins Mihailovs <martins(dot)mihailovs(at)europrojects(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: UTF-8
Date: 2006-10-09 10:41:59
Message-ID: 20061009104159.GA6119@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 06, 2006 at 12:44:43PM +0300, Martins Mihailovs wrote:
> I would be a glad to hear your solutions, experience in web application
> with multi languages (searching with indexing, sorting and others
> problems with multi byte encoding).
>
> For developers: what are your future plans about UTF-8 in Postgres?

Currnetly postgresql using the OS to do sorting, upper/lower
conversions, etc. Which means you stuck with whatever your OS does,
which may or may not be any good.

The fix is easy, make postgresql use some kind of system independant
locale database to do these transformations. We just need someone to
write it....

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

  • UTF-8 at 2006-10-06 09:44:43 from Martins Mihailovs

Responses

  • Re: UTF-8 at 2006-10-10 08:49:06 from Martins Mihailovs

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Seltenreich 2006-10-09 11:07:04 Re: Intentionally produce Errors
Previous Message Markus Schiltknecht 2006-10-09 10:38:17 Re: Intentionally produce Errors