your mimetypes are probably maim-typed (heh). see /sys/lib/mimetype
for a fix, or put this in your page's <head> section:
<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-8">
On Sun, Oct 18, 2009 at 6:34 PM, Akshat Kumar
<[email protected]> wrote:
> I'm trying to put up a plain text file containing UTF-8
> characters from httpd, but when viewing it from any
> browser, it comes off as an ASCII file that needs to
> be downloaded (so, those characters are garbled).
> Is this due to some behaviour of httpd?
>
> ak
>
>