Nevermind...I realized that this was an Apache issue. I fixed the 
problem by changing the AddDefaultCharset to ISO-8859-1.

Thanks anyway!

--- In [EMAIL PROTECTED], "karl" <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I'm a total newbie to Perl/Apache::ASP, but I seem to have gotten 
> things to work on a WinXP setup.
> 
> I'm currently having problem with the formatting of output. I have 
> text output coming from a database and ' (apostrophes) are shown 
in 
> the browser (IE6) as ? (question marks). The weird thing is if I 
> save the output as an HTML file and open it in the browser, then 
> everything looks fine. The only thing I can figure out is that 
> original output shows up as encoded Unicode (UTF-8) in the 
browser; 
> after I save it and open it and things look fine, it shows as 
being 
> encoded as Western European (ISO).
> 
> Note, on an IIS/ASP setup, the equivalent output shows up 
correctly 
> and with Western European (ISO) encoding. The only physical 
> difference I can find between the output generated by Apache::ASP 
> and IIS/ASP is that the Apache::ASP has Unix style LF line-endings 
> and the IIS/ASP has DOS/Windows style CRLF line-endings. However, 
> I'm pretty sure that this isn't the problem because when I save 
the 
> output from Apache::ASP and reopen in the browser and things look 
> fine, it still has Unix style LF line-endings.
> 
> So, to make a long story short, I'm trying to figure out how to 
get 
> Apache::ASP to output (correct encoding?) so that the text looks 
> correct.
> 
> Thanks for any help!
> 
> -Karl
> 
> 
> -------------------------------------------------------------------
--
> 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]

Reply via email to