https://issues.apache.org/bugzilla/show_bug.cgi?id=46311
Summary: ssi variables with accents
Product: Apache httpd-1.3
Version: HEAD
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Hi,
Perhaps someone can provide some advice on this annoying problem.
Using SSI variables, I create a variable. Sometimes this string will have a
French accent in the word.
I pass this variable to a simple PERL script. It works fine if it is in
English or any other character other than a letter containing a diacritic. I
have tried using $Agrave; etc. and nothing works.
If I manually enter the string value with a french accent into my perl script
it works fine.
This is my problem:
--define my variable on one page--
<!--#set var="link1" value="élève" -->
Send it to my perl page:
$link1 = $ENV{'link1'};
print "Content-type:text/html\n\n";
if ($link1 ne "")
{
print "$link1";
}
Any advice would be appreciated.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]