Displaying 4 results from an estimated 4 matches for "u009a".
2017 Sep 14
2
special latin1 do not print as glyphs in current devel on windows
...oblem, IMHO.
Let me show you what I mean. (All output from R 3.5 r73238, see
sessionInfo at the end)
> Sys.getlocale("LC_CTYPE")
[1] "German_Germany.1252"
> x <- c("?", "?", "?", "?")
> sapply(x, charToRaw)
\u0080 \u009e \u009a? ?
80 9e 9a fc
"?", "?", "?" serve as examples in the 80-9F range of CP1252. I also
show the "?" just as an example of a non-ASCII character outside that
range (and because Patrick Perry used it in his bug report which might
be a (slightly) different prob...
2017 Sep 14
0
special latin1 do not print as glyphs in current devel on windows
...hat I mean. (All output from R 3.5 r73238, see
> sessionInfo at the end)
>
> > Sys.getlocale("LC_CTYPE")
> [1] "German_Germany.1252"
> > x <- c("?", "?", "?", "?")
> > sapply(x, charToRaw)
> \u0080 \u009e \u009a ?
> 80 9e 9a fc
>
> "?", "?", "?" serve as examples in the 80-9F range of CP1252. I also
> show the "?" just as an example of a non-ASCII character outside that
> range (and because Patrick Perry used it in his bug report which might
> b...
2017 Aug 01
2
special latin1 do not print as glyphs in current devel on windows
Thank you!. My apologies again for not including the console output in my
message before. I sent another e-mail with the output in the meantime, so
it should be a bit clearer now, what I am seeing. In case I missed
something, please let me know.
Yes, I am using latin1 and cp1252 interchangebly here, mostly because
Encoding() is reporting the encoding as "latin1". You presumed correctly
2008 Aug 25
1
Unicode notation \x000
...ot;, "et", x, fixed = TRUE)
# Deutsch
x <- gsub("\u0080", "\\\"A", x, fixed = TRUE)
x <- gsub("\u008a", "\\\"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("...