| From: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
|---|---|
| To: | peter_e(at)gmx(dot)net |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Multibyte support in oracle_compat.c |
| Date: | 2002-09-06 01:21:39 |
| Message-ID: | 20020906.102139.78706881.t-ishii@sra.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> GNU gettext does its own encoding conversion. It reads the program's
> character encoding from the LC_CTYPE locale and converts the material in
> the translation catalogs on the fly for output. This is great in general,
> really, but for the postmaster it's a problem. If LC_CTYPE is fixed for
> the cluster and you later on change your mind about the message language
> the it will be recoded into the character set that LC_CTYPE says. And if
> that character set does not match the one that is set as the backend
> encoding internally then who knows what will happen when this stuff is
> recoded again as it's sent to the client. Big, big mess.
Then in another word, it's completely broken. Sigh.
--
Tatsuo Ishii
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-09-06 01:22:00 | Re: Add check constraint bug |
| Previous Message | Bruce Momjian | 2002-09-06 00:48:04 | Re: I am done |