Re: Problem with Escaping data

2003-11-28 Thread Gerald Richter
> But when I start the apache, it is giving an error message like > Cannot load Embperl.so > undefined symbol: EMBPERL2_Char2XML > Oops, this table is really missing in the file. Use the attached one, that should fix the problem Gerald ---

Re: Problem with Escaping data

2003-11-25 Thread Rado PetriĆ­k
Another way. [- $fdat{'test'} = 'http://www.gossamer-threads.com/archive/mod_perl_C1/embperl_F6/Quotes_in' -] Rado. On Tue, 25 Nov 2003 10:36:47 +0100 "Vijaya Dasari" <[EMAIL PROTECTED]> wrote: > Hi, > > I have problem in escaping data from the value attribute of the > tag. > > I have

RE: Problem with Escaping data

2003-11-25 Thread Vijaya Dasari
EMAIL PROTECTED] >Sent: Tuesday, November 25, 2003 3:06 PM >To: Vijaya Dasari; [EMAIL PROTECTED] >Subject: Re: Problem with Escaping data > >> >> The variable is set in the http.conf file as >> PerlSetEnv EMBPERL_ESCMODE 0 >> > >If you turn escaping off, then you

Re: Problem with Escaping data

2003-11-25 Thread Gerald Richter
> > The variable is set in the http.conf file as > PerlSetEnv EMBPERL_ESCMODE 0 > If you turn escaping off, then you don't need to wonder about that it is turned off :-) If you send out utf8 data, recompile Embperl and copy epchar.c.min to epchar.c before. This will avoid escaping character above

RE: Problem with Escaping data

2003-11-25 Thread Vijaya Dasari
2003 1:20 PM >To: Vijaya Dasari; [EMAIL PROTECTED] >Subject: Re: Problem with Escaping data > >> >> I have problem in escaping data from the value attribute of the >> tag. >> >> I have some thing like this >> >> >> >> if the $elevalu

Re: Problem with Escaping data

2003-11-25 Thread Gerald Richter
> > I have problem in escaping data from the value attribute of the > tag. > > I have some thing like this > > > > if the $elevalue value contains any double quotes then the data is > shown properly in the form. > Do you set $escmode or EMbperl_ESCMODE somewhere? To be sure you can print out th

Problem with Escaping data

2003-11-25 Thread Vijaya Dasari
Hi, I have problem in escaping data from the value attribute of the tag. I have some thing like this if the $elevalue value contains any double quotes then the data is shown properly in the form. I saw some similar problem in the discussion at http://www.gossamer-threads.com/archive/mod_per