Re: How to place unicode characters in span tag in reagent (formerly known as cloact)

2014-01-27 Thread Sunil S Nandihalli
Thanks cedric, what you suggested worked. however, the only thing was that I had to use "\u" and not "\U" Sunil. On Mon, Jan 27, 2014 at 4:51 PM, Cedric Greevey wrote: > So, the source code for the web page says ↺ then? It may be > already being entity escaped. Try just [:span "\

Re: How to place unicode characters in span tag in reagent (formerly known as cloact)

2014-01-27 Thread Cedric Greevey
So, the source code for the web page says ↺ then? It may be already being entity escaped. Try just [:span "\U"] with the appropriate code (maybe the same one, 8634) for and see if that works. On Mon, Jan 27, 2014 at 6:15 AM, Sunil S Nandihalli < sunil.nandiha...@gmail.com> wrote:

How to place unicode characters in span tag in reagent (formerly known as cloact)

2014-01-27 Thread Sunil S Nandihalli
Hi Everybody, Can somebody help me figure out as to how I can place a unicode character. What I have tried is [:span "↺"] with the correct header but it renders it as-is. Thanks, Sunil. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to