On 12 August 2010 14:33, limux <liumengji...@gmail.com> wrote:
> The solution in http://tiny.cc/3cmrx is useful, thanks.
> That what cause the issue should be compojure. That thread's time is
> 6, June.
> and compjure haven't fixed it.

The solution you mention is some middleware that sets the content-type
charset header to a specific value.

Has this fixed the issue? I was under the impression from Rasmus's
post that raw strings worked fine, and it was just an issue with
Hiccup.

However, that in itself is odd, as Hiccup only uses raw strings and
the str function to join them together. I believe this should maintain
the correct string encoding. So assuming both str and literal strings
work, Hiccup should work.

I guess we need to determine whether the string itself has the wrong
encoding, or whether an incorrect encoding has been specified in the
content type.

- James

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to