weavejester / hiccup

Fast library for rendering HTML in Clojure
http://weavejester.github.io/hiccup
Eclipse Public License 1.0
2.69k stars 177 forks source link

Unicode in tag values #19

Closed ostronom closed 13 years ago

ostronom commented 13 years ago

Something is wrong with unicode as tag contents. This code:

[:a {:href "/search/"} "Поиск"]

evaluates to:

< a href="#" >?????< /a >

ostronom commented 13 years ago

That was Jetty problem, sorry :(