> I have simple rather problem but not too much experience to solve it :-)
> In one file I have some text in iso8859-2 and I want to serve it as
> iso8859-2.

Do you simply want to send the file contents back to the client?  If so,
you can use this:

    ns_returnfile 200 "text/html; charset=iso-8859-2" $filename

Reply via email to