Rapporter / pander

An R Pandoc Writer: Convert arbitrary R objects into markdown
http://rapporter.github.io/pander/
Open Software License 3.0
294 stars 66 forks source link

fall back to slow R's table.expand #326

Closed daroczig closed 5 years ago

daroczig commented 5 years ago

This PR simply reintroduces the R function removed in 7d274dec5989d73106fe29031d40188128b92348 -- by using it as a fallback when the fast C++ solution fails due to encoding issues. A much more elegant fix would be highly appreciated, but decided to give it a try to resolve #296, #280 and #319 -- please test!

daroczig commented 5 years ago

enc2native seems to do the trick, no need for this