Are you using ClojureScript HEAD? If you are and you are still seeing this under what conditions (advanced mode, browser REPL, etc.) ?
David On Mon, Oct 17, 2011 at 6:41 PM, Jonathan Fischer Friberg < [email protected]> wrote: > Hi, > > As I understand it, clojurescript uses some unicode characters to identify > keywords/symbols. > I guess that's why (str 'a) gives me ï·‘'a > I thought that this was intentional, and that (name 'a) would give me "a", > but I got the same result as with (str). > > So how do I extract the name from a symbol or keyword in clojurescript? > Also, is this behavior intentional, and if so, why? > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
