Skip to content

Commit

Permalink
replace UTF-8 character with ASCII encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Oct 25, 2023
1 parent 0090130 commit 048a48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pdf_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pdf_report <- function(
has_name(fm, "nocolophon"),
c(
nl = "onuitgeven rapport", en = "unpublished report",
fr = "rapport non publié"
fr = "rapport non publi\u00e9"
)[lang],
fm$doi

Check warning on line 78 in R/pdf_report.R

View check run for this annotation

Codecov / codecov/patch

R/pdf_report.R#L72-L78

Added lines #L72 - L78 were not covered by tests
)
Expand Down

0 comments on commit 048a48d

Please sign in to comment.