improve encoding for LaTeX table. #138
diff --git a/R/landscape.R b/R/landscape.R
index d7b3cd1..b888131 100644
--- a/R/landscape.R
+++ b/R/landscape.R
@@ -30,7 +30,7 @@
   kable_attrs <- attributes(kable_input)
   out <- paste0(
     "\n\\begin{landscape}",
-    enc2utf8(as.character(kable_input)),
+    solve_enc(kable_input),
     "\n\\end{landscape}"
   )