r-lib / desc

Manipulate DESCRIPTION files
https://desc.r-lib.org/
Other
122 stars 27 forks source link

Fix $add_author() and related in non-UTf-8 #123

Closed gaborcsardi closed 2 years ago

gaborcsardi commented 2 years ago

deparse() cannot restore UTF-8 strings in non-UTF-8 locales, so we need to do this manually.

codecov-commenter commented 2 years ago

Codecov Report

Merging #123 (2e88dc8) into main (469977b) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head 2e88dc8 differs from pull request most recent head 9962cfb. Consider uploading reports for the commit 9962cfb to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
+ Coverage   97.36%   97.38%   +0.02%     
==========================================
  Files          18       18              
  Lines        1138     1147       +9     
==========================================
+ Hits         1108     1117       +9     
  Misses         30       30              
Impacted Files Coverage Δ
R/utils.R 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 469977b...9962cfb. Read the comment docs.