commit | d2c0f73e21c69c84a02de780cbdb5515e03baf1d | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu@hsl.harvard.edu> | Sat Aug 26 10:40:14 2017 -0400 |
committer | Hao Zhu <haozhu@hsl.harvard.edu> | Sat Aug 26 10:40:14 2017 -0400 |
tree | 934a8fb3d3dd4ef60a433f6c5668cffa9d0e61c8 | |
parent | f451dbb62cf72e16050fe39ea5ae99b3fd53a617 [diff] [blame] |
add enc2utf8 to solve unicode issue
diff --git a/R/add_footnote.R b/R/add_footnote.R index 3e1b130..abb618a 100644 --- a/R/add_footnote.R +++ b/R/add_footnote.R
@@ -99,6 +99,7 @@ label <- escape_latex(label) label <- gsub("\\\\", "\\\\\\\\", label) + export <- enc2utf8(export) table_info <- magic_mirror(input) if (table_info$tabular == "longtable") { if (notation != "number") {