I am not able to display non- English characters in Shiny. Is it a bug in RStudio on Windows? I have tried many ways which I found through internet search but nothing has worked for me. I have even called Sys.setlocale(category="LC_ALL", locale = "en_US.UTF-8") in .Rprofie but still didn't work. I followed all the instructions in https://support.rstudio.com/hc/en-us/articles/200532197-Character-Encoding and http://shiny.rstudio.com/articles/unicode.html hoping to find a solution but no such luck.
Can anyone please help me resolve this issue. I have been working on this for many hours so I am reaching out to this forum hoping to find a solution.
Could you create a minimal reproduce example (reprex) that shows the problem? There are a lot of things which can thwart character display, and a reprex would help narrow down the list. The forums have a guide to help make reprexes: FAQ: What's a reproducible example (reprex) and how do I do one?.
It doesn't need to be long. A shiny app with a single output that mishandles certain characters would work. My quick example:
This is what exactly I am trying to do. My sessionInfo looks exactly the same. I am not able to display those characters in Windows but I am able to do see in Linux. According to my research in the Internet, I found that this is a bug with RStudio in Windows. Is that true? Is there any solution for this?