Re: locales and MB (was: Postgres 6.5 beta2 and beta3 problem) - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: locales and MB (was: Postgres 6.5 beta2 and beta3 problem)
Date
Msg-id 199906110714.QAA01382@srapc451.sra.co.jp
Whole thread Raw
In response to locales and MB (was: Postgres 6.5 beta2 and beta3 problem)  (Goran Thyni <goran@kirra.net>)
Responses Re: [HACKERS] Re: locales and MB (was: Postgres 6.5 beta2 and beta3 problem)
List pgsql-hackers
>and the world is moving towards Unicode.
>we definitely need working support for locales and multichar.
>Perhaps the right way to do it is to store everything in
>som Unicode format internally and convert the output
>according to the suggested "per-column-locale-definition".

No. There's  nothing perfect in the world. Unicode is not the
exception too. So we need to keep the freedom of choice of the
internal encodings. Currently the mb support allows serveral internal
encodings including Unicode and mule-internal-code.
(yes, you can do regexp/like to Unicode data if mb support is
enabled).
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Oleg Broytmann
Date:
Subject: Re: [HACKERS] Postgres 6.5 beta2 and beta3 problem
Next
From: Dmitry Samersoff
Date:
Subject: RE: [HACKERS] locales and MB (was: Postgres 6.5 beta2 and beta3