Where do you set the content type header?
Tried
(setf *default-content-type* "text/html;charset=UTF-8")
but wasn't successful.
Any hint would be very nice ...
Something else is confusing me. When using clsql with :database-type odbc I can see the unicode characters correctly in the header without having to care about content type header.
-jens
On Tue, 1 May 2007 16:35:03 +0200, "Jens Teich" info@jensteich.de wrote:
Tried
(setf *default-content-type* "text/html;charset=UTF-8")
but wasn't successful.
Did you set the external format of the output stream correctly?
Any hint would be very nice ...
Can you send a backtrace?
Something else is confusing me. When using clsql with :database-type odbc I can see the unicode characters correctly in the header
Headers should only contain ASCII characters anyway.
On Tue, 01 May 2007 16:43:44 +0200, Edi Weitz edi@agharta.de wrote:
Did you set the external format of the output stream correctly?
Hunchentoot comes with example code which shows several ways how this can be done: