Hi all,
In my lisp code, I open a socket to download websites but I have a problem with the socket charset. When I open my socket, I have to give it a charset. But, surfing the web, my socket has to deal with others charsets.
Before downloading the page, how can my code know the charset requested ? Is it possible to change the charset of an existing socket during its life ?
Thank you for your help.
