On Fri, Aug 5, 2011 at 3:45 AM, David Powell <
djpo...@djpowell.net> wrote:
> I think it might be best for us to replace the calls to (print) in the
> clojurescript compiler that emit the javascript, with calls to another
> function that outputs the javascript via a custom Writer that outputs
> us-ascii and automatically performs \u escaping on unicode values. This
> would match what the closure compiler does.