Rob Mayoff wrote:
>
> > 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

I have it, so I suppose data is changed while I get it from socket -
while asking server about
what kind of charsets it serves, answer is "utf-8 identity unicode
iso8859-1", so I even can not
set with fconfigure encoding to iso-8859-2
--

-------------------------------------------------------------------/\------
Remigiusz Sokolowski      e-mail: [EMAIL PROTECTED]            /  \
-----------------------------------------------------------------/____\-----

Reply via email to