> 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
---
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
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
>
> 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
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
>
> 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