Re: [HACKERS] UTF8 or Unicode

From: lsunley(at)mb(dot)sympatico(dot)ca
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, tgl(at)sss(dot)pgh(dot)pa(dot)us, dpage(at)vale-housing(dot)co(dot)uk, oliver(at)opencloud(dot)com, zakkr(at)zf(dot)jcu(dot)cz, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] UTF8 or Unicode
Date: 2005-02-27 04:50:12
Message-ID: 0ICK001BP31TOS@l-daemon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

In <200502270409(dot)j1R49hc08394(at)candle(dot)pha(dot)pa(dot)us>, on 02/26/05
at 11:09 PM, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> said:

>Here is an updated version that handles all cases. It does rename the
>routine names so the primary encoding name is used for the routine names.
>This will be documented in the release notes if anyone actually uses
>those names in their code.

>This patch requires renaming of the utf8_and_tcvn directory so it will
>not apply cleanly.

>I left the routines named utf_8 alone because the code splits encoding
>names at breaks, like this iso_8859_7_to_utf_8. I assume that is OK.

You cannot patch conversion_create.sql

You have to patch the makefile that generates it.

The CONVERSIONS variable has the names etc and the

@set $(CONVERSIONS) etc code generates the conversion_create.sql file

--
-----------------------------------------------------------
lsunley(at)mb(dot)sympatico(dot)ca
-----------------------------------------------------------

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message lsunley 2005-02-27 04:53:48 Re: [HACKERS] UTF8 or Unicode
Previous Message Bruce Momjian 2005-02-27 04:09:43 Re: [HACKERS] UTF8 or Unicode

Browse pgsql-patches by date

  From Date Subject
Next Message lsunley 2005-02-27 04:53:48 Re: [HACKERS] UTF8 or Unicode
Previous Message Bruce Momjian 2005-02-27 04:09:43 Re: [HACKERS] UTF8 or Unicode