Re: libpgtcl doesn't use UTF encoding of TCL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Reinhard Max <max(at)suse(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, elf(at)solvo(dot)ru, pgsql-bugs(at)postgresql(dot)org
Subject: Re: libpgtcl doesn't use UTF encoding of TCL
Date: 2001-07-20 15:16:16
Message-ID: 200107201516.f6KFGGB13915@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers pgsql-interfaces

> > On Wed, 18 Jul 2001, Tom Lane wrote:
> >
> > > Reinhard Max <max(at)suse(dot)de> writes:
> > > > On Wed, 18 Jul 2001, Bruce Momjian wrote:
> > > >> Do you have any idea how this will work with earlier TCL versions?
> > >
> > > > It won't. If pgtcl is supposed to still be able to compile with older
> > > > versions of Tcl, the changes have to be made a compile time option.
> > >
> > > Please do that and resubmit the patch.
> >
> > OK, I'll pack the new stuff inside #ifdef TCL_UTF8 and define that if
> > the Tcl version is 8.1 or greater.
>
> Is the TCL_UTF8 some variable that gets set at tcl runtime? I hope so.

I now realize we can't have this configure at runtime. It has to read
the tcl include file for the version it is about to be linked to.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2001-07-20 15:17:26 Re: libpgtcl doesn't use UTF encoding of TCL
Previous Message Reinhard Max 2001-07-20 15:09:03 Re: libpgtcl doesn't use UTF encoding of TCL

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-07-20 15:17:26 Re: libpgtcl doesn't use UTF encoding of TCL
Previous Message Reinhard Max 2001-07-20 15:09:03 Re: libpgtcl doesn't use UTF encoding of TCL

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2001-07-20 15:17:26 Re: libpgtcl doesn't use UTF encoding of TCL
Previous Message Reinhard Max 2001-07-20 15:09:03 Re: libpgtcl doesn't use UTF encoding of TCL