I am not sure if this is the right forum. I am playing with domina and 
domina-events and I cannot register and event because of some problem with 
symbols. By the time my symbols make it into goog.events the event is 
"ï· 'keyup" instead of "keyup". 

I am trying to figure this out. In my browser I have a breakpoint and I am 
running these functions to translate from symbols to strings:

cljs.core.symbol.call(0,"ha")
-> "ï·‘'ha"

But then when I try the reverse translation I get:
cljs.core.name.call(0,"ï·‘'ha")
-> "ï·‘'ha"

Does this ring a bell? Thanks!

Marius

-- 
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