Re: Strange characters in output when filtered through mod_perl

2007-02-14 Thread Jonathan Vanasco
On Feb 13, 2007, at 6:36 PM, Aaron Hawryluk wrote: So, it can't be header... this is getting truly bizarre... The system default charset for the linux box is ISO-8859-1. MySQL is using ISO-8859-1 as its default charset. Dunno what else to check. Here's another weird thing - the characters a

RE: Strange characters in output when filtered through mod_perl

2007-02-13 Thread Aaron Hawryluk
[EMAIL PROTECTED] Sent: February-08-07 1:42 PM To: mod_perl List Subject: Re: Strange characters in output when filtered through mod_perl Just to clarify: On Feb 8, 2007, at 3:03 PM, Aaron Hawryluk wrote: > Our publishing system doesn't use any strange character sets - Your syst

Re: Strange characters in output when filtered through mod_perl

2007-02-13 Thread Jonathan Vanasco
Just to clarify: On Feb 8, 2007, at 3:03 PM, Aaron Hawryluk wrote: Our publishing system doesn't use any strange character sets - Your system is working with data in one character set, and publishing it to the web in another character set. The fix is *likely* just setting the right char

Re: Strange characters in output when filtered through mod_perl

2007-02-08 Thread Randy Kobes
On Thu, 8 Feb 2007, Aaron Hawryluk wrote: Hi list, I'm having trouble with mod_perl 2.0 (latest stable build) - I have it set up to run all my old cgi programs through an aliased directory (perl-bin->cgi-bin with the mod_perl filters turned on in apache). However, when running under mod_perl,