jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTF-8 Encoding Problem (Tíldes)

seracuso opened this issue · comments

Hi!

I write you because I've had problems with the encoding on the website in which I have been working. When I write words in Spanish, that have accent, when I seeing the accent simbole html document is changed by other symbols. I attached an example of what I'm discussing them. I would like you to help me solve this problem.

Thank you for your attention. regards

problema_knitr_bootstrap
knitr_bootstrap
knitr

Hi, yes this is a known problem with the CRAN knitrBootstrap. I believe the version on github should support UTF-8 without a problem. Can you try installing from github and see if that works with unicode characters?

library(devtools)
install_github('jimhester/knitrBootstrap')

Unfortunately I cannot release the github version on CRAN until the new rmarkdown package is released.