glin / reactable

Interactive data tables for R
https://glin.github.io/reactable
Other
627 stars 80 forks source link

special characters encoding #184

Open smailmy opened 3 years ago

smailmy commented 3 years ago

Hi,

I'm building a shiny app using the open source shiny server deployed on AWS EC2 instance.

When using reactable, special characters are not displayed correctly, for example, it displays "Kacim\" instead of "Kacimé"

Could you tell me please how to fix this?

glin commented 3 years ago

Hi, can you provide a reproducible example app? This is probably an encoding issue. Can you check what encoding your source files are saved under, and if not UTF-8, try saving them with UTF-8 encoding?