From: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
---|---|
To: | Goran Thyni <goran(at)kirra(dot)net> |
Cc: | t-ishii(at)sra(dot)co(dot)jp, pgsql-hackers(at)postgresql(dot)org, Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
Subject: | Re: locales and MB (was: Postgres 6.5 beta2 and beta3 problem) |
Date: | 1999-06-11 07:14:58 |
Message-ID: | 199906110714.QAA01382@srapc451.sra.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Broytmann | 1999-06-11 07:17:22 | Re: [HACKERS] Postgres 6.5 beta2 and beta3 problem |
Previous Message | Oleg Broytmann | 1999-06-11 07:12:36 | Re: [HACKERS] Postgres 6.5 beta2 and beta3 problem |