thanks in advance
Heinz T??chler
-------------------- copy of abovementioned mail ----------
to: R-windows at r-project.org
subject: problem with special characters (??,??,??)
Dear Developers!
Using special characters I found a strange behaviour in R
2.0.1 and equally in
R : Copyright 2004, The R Foundation for Statistical
Computing Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0
Operating System: Windows 98SE
example:
factor1<-as.factor(c("weiblich","m??nnlich","??sterreichisch","f
r??hreif","Gru??
"))
factor1
[1] weiblich m\344nnlich \366sterreichisch
fr\374hreif
[5] Gru\337
Levels: fr??hreif Gru?? m??nnlich ??sterreichisch weiblich
with best wishes
Heinz T??chler