Search found 1 match

by plu9in
Wed Jun 06, 2012 3:24 pm
Forum: Common Lisp
Topic: SBCL - BSD Socket
Replies: 3
Views: 5932

SBCL - BSD Socket

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 ? ...