*Hi,
If I want to serve web pages encoded in UTF-8, I should set these two variables : (setf hunchentoot:*default-content-type* "text/html; charset=UTF-8") (setf hunchentoot:*hunchentoot-default-external-format* hunchentoot::+utf-8+)
Am I correct ? Is it ok to use an internal symbol (+utf-8+) or is there another way ?
Thanks, *