Displaying 1 result from an estimated 1 matches for "iso26x".
Did you mean:
iso24x
1997 May 12
0
R-alpha: ISO-latin-1 characters in strings -- print.default & PARSE(?) problems
...ÀÁÂÃÄÅÆ" # `a 'a ^a "a oa ae `A 'A ^A "A oA AE
A.accents
EI.accents <- "ÈÉÊËÌÍÎÏ èéêëìíîï"
EI.accents
O.accents <- "ÒÓÔÕÖØòóôõöø"
O.accents
U.accents <- "ÙÚÛÜÝùúûüý"
U.accents
ISO24x <- "¡¢£¤¥¦§ ¨©ª«¬®¯" #octal 241..257
ISO26x <- "°±²³´µ¶· ¸¹º»¼½¾¿" #octal 260..277
##--- THIS IS a Problem: It gives a SYNTAX error !
ISOdiv <- "×÷ Ðð Ññ Þþ ßÿ"
##-- One of these characters even was producing the same as 'q()' !!
aa_ function(x) {
x^2
##- frenchquotes <- "«...»" ## <...