search for: isodiv

Displaying 1 result from an estimated 1 matches for "isodiv".

Did you mean: isodir
1997 May 12
0
R-alpha: ISO-latin-1 characters in strings -- print.default & PARSE(?) problems
...characters lead to 4 character Hex-codes being printed instead: "û" ## ^u prints as "0xFB" If you use the funny characters in comments of functions, they are stored and printed properly. HOWEVER: In a few rare cases, the strings are not even PARSED properly; the line 'ISOdiv <- ..' below gives a SYNTAX error. The following code shows the symptoms : -- ONLY if the e-mail between here and your place is 8-bit clean! -- (else: get it ftp://ftp.stat.math.ethz.ch/U/maechler/R/string-test.R ) frenchquotes <- "«...»" ## <<...>> frenchq...