I'm seeing non-utf8 characters in my compiled .js even though my .cljs source file is utf8. Here's a very short example demonstrating the issue:
https://gist.github.com/1116419 Notice that the colon at the start of :foo is being munged during compilation. This causes errors when the .js is executed in the browser, although Blackfoot pointed out on IRC that if you include a charset tag in your html those errors will go away: <head><meta charset="utf-8"/>...</head> I'm on OSX 10.6, editing with vim (:set fileencoding reports utf-8 for my source file) - Jason -- 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