search for: xdfchen

Displaying 7 results from an estimated 7 matches for "xdfchen".

Did you mean: xchen
2014 Dec 15
1
Making iconv portable?
...ot;) >> [1] ?Ra'ul" > > > Thanks for the replies. I should have checked my examples more carefully. Consider the following example and a slight modification from help(?iconv?): > > > > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > > Encoding(x) <- "latin1" > > x > [1] "Ekstr?m" "J?reskog" "bi?chen Z?rcher" > > iconv(x, "latin1", "ASCII//TRANSLIT") # platform-dependent > [1] "Ekstro...
2014 Dec 15
2
Making iconv portable?
> On Dec 15, 2014, at 12:21 PM, Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote: > >>>>>> Spencer Graves writes: > >> Hello, All: >> What would it take to make ?iconv? portable? > > >> I ask, because I want to convert accented characters to >> vanilla ASCII, thereby converting, e.g., ?Ra?l? to ?Raul?, and >> Milan
2014 Dec 15
0
Making iconv portable?
...t;", "ASCII//TRANSLIT") > [1] ?Ra'ul" Thanks for the replies. I should have checked my examples more carefully. Consider the following example and a slight modification from help(?iconv?): > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > Encoding(x) <- "latin1" > x [1] "Ekstr?m" "J?reskog" "bi?chen Z?rcher" > iconv(x, "latin1", "ASCII//TRANSLIT") # platform-dependent [1] "Ekstrom" "...
2017 Jun 27
3
Windows iconv() "failure" in certain locales
...anslate from "UTF-8" to the "current locale", in the case mentioned there. I'm giving some easier reproducible examples: no need to install half of tidyverse just to get citation("readr") : > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > Encoding(x1) <- "latin1" > xU <- iconv(x1, "latin1", "UTF-8") > Sys.setlocale("LC_CTYPE", "Chinese") [1] "Chinese (Simplified)_People's Republic of China.936" > > iconv(x1, "latin1",...
2017 Jun 29
1
Windows iconv() "failure" in certain locales
..., in the case mentioned there. >> >> I'm giving some easier reproducible examples: no need to install >> half of tidyverse just to get citation("readr") : >> >>> x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") >>> Encoding(x1) <- "latin1" >>> xU <- iconv(x1, "latin1", "UTF-8") >> >>> Sys.setlocale("LC_CTYPE", "Chinese") >> [1] "Chinese (Simplified)_People's Republ...
2017 Jun 28
0
Windows iconv() "failure" in certain locales
...; to the > "current locale", in the case mentioned there. > > I'm giving some easier reproducible examples: no need to install > half of tidyverse just to get citation("readr") : > >> x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") >> Encoding(x1) <- "latin1" >> xU <- iconv(x1, "latin1", "UTF-8") > >> Sys.setlocale("LC_CTYPE", "Chinese") > [1] "Chinese (Simplified)_People's Republic of China.936" >> >>...
2017 Jun 26
3
suggestion to fix packageDescription() for Windows users
I'd be curious to know what others think of Rich's patch. If it is acceptable, I can spend time that I was going to look at it this week on another bug. -----Original Message----- From: Rich Calaway Sent: Friday, June 23, 2017 6:34 PM To: Nathan Sosnovske <nsosnov at microsoft.com>; Duncan Murdoch <murdoch.duncan at gmail.com>; Andrie de Vries <apdevries at gmail.com>