Re: Charset param for the the content in the response

Hello,

In our previous episode, Håkan Löfdahl said:
> 
> After the parsing of the mimeheaders the content-type is text/vnd.wap.wml
> and I can't seem to find the Charset-encoding anywhere in the response
> struct. Are they lost or are the just hiding away in some list
> that I have forgot to examine ?

It's stored in the anchor. Try:

	HTAnchor_charset (anchor);

in your terminate_handler.

-Jose

Received on Wednesday, 26 April 2000 05:19:28 UTC