Fix add_footnote
diff --git a/R/add_footnote.R b/R/add_footnote.R
index dd78ef5..feb1269 100644
--- a/R/add_footnote.R
+++ b/R/add_footnote.R
@@ -101,7 +101,7 @@
     }
     label <- gsub("\\\\", "\\\\\\\\", label)
 
-    export <- solve_enc(export)
+    export <- enc2utf8(export)
     table_info <- magic_mirror(input)
     if (table_info$tabular == "longtable") {
       if (notation != "number") {