Re: unicode support in clojurescript reader

2012-05-08 Thread Dave Sann
Will do, But I think it will need tweaking anyway. D On Wednesday, 9 May 2012 08:28:06 UTC+10, David Nolen wrote: > > Please attach a patch to the ticket so it can be reviewed there. Thanks! > > On Tue, May 8, 2012 at 6:20 PM, Dave Sann wrote: > >> All is quite - so I raised http://dev.clojure.

Re: unicode support in clojurescript reader

2012-05-08 Thread David Nolen
Please attach a patch to the ticket so it can be reviewed there. Thanks! On Tue, May 8, 2012 at 6:20 PM, Dave Sann wrote: > All is quite - so I raised http://dev.clojure.org/jira/browse/CLJS-243 > > > On Wednesday, 2 May 2012 22:28:01 UTC+10, Dave Sann wrote: >> >> I needed unicode support for t

Re: unicode support in clojurescript reader

2012-05-08 Thread Dave Sann
All is quite - so I raised http://dev.clojure.org/jira/browse/CLJS-243 On Wednesday, 2 May 2012 22:28:01 UTC+10, Dave Sann wrote: > > I needed unicode support for the clojurescript reader so I have made an > attempt at adding it. > > This works for me - but it is my first foray into changes to th