Hi, The variable is set in the http.conf file as PerlSetEnv EMBPERL_ESCMODE 0
I tried printing the value of ESCMODE, this is fine, it is shown as we set in the conf file. And I tried setting $escmode=1 locally at the time of form generation. The encoding of the double quotes works fine, but the data in the variables is loosing the Unicodeness. (the data comes from a Unicode database, and we are using perl 5.8.0 and the page content-type is set to UTF8 ). Thanks, Vijaya. >-----Original Message----- >From: Gerald Richter [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 25, 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 >> <INPUT> tag. >> >> I have some thing like this >> >> <INPUT TYPE="text" NAME="test" VALUE="[+$elevalue+]" SIZE="40"> >> >> 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 the value with [+ $escmode +] > > >Gerald > > >-------------------------------------------------------------- >Gerald Richter ecos electronic communication services gmbh >IT-Securityl�sungen * dynamische Webapplikationen * Consulting > >Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz >E-Mail: [EMAIL PROTECTED] Voice: +49 6133 939-122 >WWW: http://www.ecos.de/ Fax: +49 6133 939-333 >-------------------------------------------------------------- >| >| ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info >| >+------------------------------------------------------------- > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
