search for: oreskog

Displaying 5 results from an estimated 5 matches for "oreskog".

Did you mean: reskog
2006 Jan 06
2
ouml in an .Rd
I am trying to put an ouml in an .Rd file with no success. Writing R Extensions suggests: Text which might need to be represented differently in different encodings should be marked by |\enc|, e.g. |\enc{J??reskog}{Joreskog}| where the first argument will be used where encodings are allowed and the second should be ASCII (and is used for e.g. the text conversion). (Above may get mangled by the mail.) I have tried variations \enc{J"oreskog}{Joreskog} \enc{J\"oreskog}{Joreskog} \enc{Jo\"resko...
2006 Jan 06
2
ouml in an .Rd
I am trying to put an ouml in an .Rd file with no success. Writing R Extensions suggests: Text which might need to be represented differently in different encodings should be marked by |\enc|, e.g. |\enc{J??reskog}{Joreskog}| where the first argument will be used where encodings are allowed and the second should be ASCII (and is used for e.g. the text conversion). (Above may get mangled by the mail.) I have tried variations \enc{J"oreskog}{Joreskog} \enc{J\"oreskog}{Joreskog} \enc{Jo\"resko...
2014 Dec 15
1
Making iconv portable?
...ding(x) <- "latin1" > > x > [1] "Ekstr?m" "J?reskog" "bi?chen Z?rcher" > > iconv(x, "latin1", "ASCII//TRANSLIT") # platform-dependent > [1] "Ekstrom" "J\"oreskog" "bisschen Z\"urcher" > > > > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > > x > [1] "Ekstr\xf8m" "J\xf6reskog" "bi\xdfchen Z\xfcrcher" > > i...
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?
...her") > Encoding(x) <- "latin1" > x [1] "Ekstr?m" "J?reskog" "bi?chen Z?rcher" > iconv(x, "latin1", "ASCII//TRANSLIT") # platform-dependent [1] "Ekstrom" "J\"oreskog" "bisschen Z\"urcher" > > x <- c("Ekstr\xf8m", "J\xf6reskog", "bi\xdfchen Z\xfcrcher") > x [1] "Ekstr\xf8m" "J\xf6reskog" "bi\xdfchen Z\xfcrcher" > iconv(x, "", &qu...