Re: Session support

2002-09-27 Thread Angus Lees
At Thu, 26 Sep 2002 16:15:10 +0200, Kaare Rasmussen wrote: > Thanks. I got it to work with > Postgres Semaphore Base64 that will work, but you should be using "Postgres Null Base64" > Not sure what is the best for serialization. Bas64, Dumper, ...?? > I haven't been able to find any discussion

Re: Session support

2002-09-27 Thread Angus Lees
At Sat, 28 Sep 2002 05:27:32 +0200, Gerald Richter wrote: > > Not sure what is the best for serialization. Bas64, Dumper, ...?? > > I haven't been able to find any discussion about pro / con for this. > > As far as I know you should use Base64 for Postgres note that the latest version or two of

Re: utf-8 in 1.3.x

2002-09-27 Thread Kee Hinckley
At 5:26 AM +0200 9/28/02, Gerald Richter wrote: > > Is there anyway to get proper escaping of strings when I'm using >> UTF-8 encoding? Right now I print them with my own subroutine which >> sets $escmode to 0 and then escapes <>&. > >Compiling Embperl with epchar.c.min instead of epchar.c (co

Re: Buglet with img tags

2002-09-27 Thread Jochen Topf
On Sat, Sep 28, 2002 at 05:20:47AM +0200, Gerald Richter wrote: > > If I insert more spaces it works correctly. But it is important for me > that > > there are no spaces, because I want to have the two images (one from > base.epl, > > one from index.html) right next to each other. Spaces do matter