Unicode support for Bangla not work in my Shiny

25 views
Skip to first unread message

Abdur Rab Marjan

unread,
Oct 14, 2015, 9:29:22 AM10/14/15
to Shiny - Web Framework for R
In my shiny app i use Bangla Language but its not work. I follow there documentation ,save with encoding  UTF-8 but its ended with ui.R is not encoded in UTF-8.
Here is my session info

R version 3.2.0 (2015-04-16)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252

Yihui Xie

unread,
Oct 14, 2015, 11:14:14 AM10/14/15
to Abdur Rab Marjan, Shiny - Web Framework for R
I'm not sure what you meant by "its ended with ui.R is not encoded in
UTF-8", but you may test this:

if (!require('devtools')) install.packages('devtools')
devtools::install_github('rstudio/htmltools')
devtools::install_github('yihui/shiny@bugfix/961-unicode')

Restart R and see if your app works.

Regards,
Yihui
Reply all
Reply to author
Forward
0 new messages