Displaying 1 result from an estimated 1 matches for "u009f".
Did you mean:
2009f
2008 Aug 25
1
Unicode notation \x000
...a", "\\\"a", x, fixed = TRUE)
x <- gsub("\u0085", "\\\"O", x, fixed = TRUE)
x <- gsub("\u009a", "\\\"o", x, fixed = TRUE)
x <- gsub("\u0086", "\\\"U", x, fixed = TRUE)
x <- gsub("\u009f", "\\\"u", x, fixed = TRUE)
x <- gsub("?", "\\ss{}", x, fixed = TRUE)
# Espa?ol
x <- gsub("\u0084", "\\~N", x, fixed = TRUE)
x <- gsub("\u0096", "\\~n", x, fixed = TRUE)
x <- gsub("?", &q...