I just have tried to replace all special characters in core.js to
their escaped equivalents (\uFDD0 for keywords) and it works fine.
But I still not certain where this bug comes from.

On Jan 20, 12:56 pm, gchristnsn <gchrist...@gmail.com> wrote:
> Thanks for the suggestions, I have created a wrapper function and it
> works, but it seems, there are more problems.
>
> I use reader/read-string function to parse clojure data structures
> sent as POST messages, and it doesn't recognize keywords in IE.
> For example, it treats {:status :ok} as {"\uFFFD'status" "\uFFFD'ok"}
> (I just found the bug and don't tried to investigate yet).

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