Filed in http://dev.clojure.org/jira/browse/CLJS-1299
Thanks for the quick feedback. On Fri, Jun 5, 2015 at 9:51 AM David Nolen <[email protected]> wrote: > Please file a bug in JIRA for the first case. > > Thanks! > David > > On Fri, Jun 5, 2015 at 8:22 AM, Francis Avila <[email protected]> > wrote: > >> Your first issue with cljs.reader looks like a bug. >> >> Your second issue is because clojure/java has a distinct char type but >> clojurescript/javascript does not. In cljs, the character literal syntax >> produces a one-character string, but in clj it produces a 16-bit unsigned >> int interpreted as a utf-16 character. >> >> -- >> Note that posts from new members are moderated - please be patient with >> your first post. >> --- >> You received this message because you are subscribed to the Google Groups >> "ClojureScript" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/clojurescript. >> > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
