Files
shiny/R
Joe Cheng c03842056c Convert JSON to UTF-8
If reactivePrint or reactiveText return non-ASCII characters on
Windows, it causes invalid UTF-8 strings to be received by the
browser which closes the websocket connection.

I'm not sure this is the right place to do encoding, but it seems
to me like this approach is likely to work best for the most
users (especially those who just aren't thinking about encoding).
If you want to handle encoding in the reactives themselves (for
example), use `options(shiny.transcode.json=F)`.
2012-10-24 21:10:09 -07:00
..
2012-09-25 00:33:00 -07:00
2012-08-30 22:07:00 -07:00
2012-07-12 16:36:32 -07:00
2012-07-29 05:34:48 -07:00
2012-08-20 13:44:04 -07:00
2012-10-24 21:10:09 -07:00
2012-09-25 00:33:00 -07:00
2012-08-18 00:01:16 -07:00
2012-09-05 15:22:34 -07:00
2012-07-24 22:09:23 -07:00