fork(1) download
  1. x = c('Kält', 'normal', 'normal with, punctuation ~-+!', 'normal with number 1234')
  2. grep(pattern = "[^[:ascii:]]", x, perl=TRUE)
  3. grep(pattern = "[^[:ascii:]]", x, value=TRUE, perl=TRUE)
Success #stdin #stdout 0.22s 60752KB
stdin
Standard input is empty
stdout
[1] 1
[1] "Kält"