Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian failure in C.UTF-8 #27

Closed
s-u opened this issue Mar 13, 2022 · 0 comments
Closed

Debian failure in C.UTF-8 #27

s-u opened this issue Mar 13, 2022 · 0 comments

Comments

@s-u
Copy link
Owner

s-u commented Mar 13, 2022

LC_ALL=C.UTF-8 R --no-save < tests/test.R

## on some systems using abs paths can break 100 byte limit
## so we must do this in the tempdir
wd <- getwd()
td <- tempdir()
setwd(td)
tar(fn, basename(tmpfn), "none")
PKI.sign.tar(fn, key)
   Error: (converted from warning) input string '�7zXZ' cannot be translated to UTF-8, is it valid in 'ANSI_X3.4-1968'?
   Execution halted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant