Files
shiny/R
Yihui Xie bf270b9adb convert the message to native encoding from UTF-8 before decoding it
on Windows, switch(input$foo, foo1 = val1) does not work even if input$foo ==
foo1 but Encoding(input$foo) is UTF-8 while foo1 is unknown (native encoding);
to prevent such problems, let's always use native encoding inside the shiny
process, and only do the UTF-8 conversion at I/O time

special thanks to @desar for the thorough tests
2014-07-10 15:59:42 -05:00
..
2014-04-10 15:03:18 -07:00
2014-02-11 22:59:37 -06:00
2014-02-11 22:59:37 -06:00
2014-06-18 11:11:21 -07:00
2014-05-31 08:06:03 -07:00
2012-11-21 23:02:40 -08:00
2014-02-11 22:59:37 -06:00