[R] Antwort: Re: Multiple language output - Correct in RGui, wrong in .txt after sink()

2010-05-20 Thread mark . redshaw
txt",open = "a",encoding="UTF-8") for(i in 1:nrm) { cat("English", as.character(RMLANG$RM_EN[i]), file=con,"\n",sep="") cat("German", as.character(RMLANG$RM_DE[i]), file=con,"\n",sep="") Sys.setlocale("LC_ALL","

[R] Multiple language output - Correct in RGui, wrong in .txt after sink()

2010-05-19 Thread mark . redshaw
",sep="") + cat(format("Deutsch",width = 12, justify = c("left")), as.character(RMLANG$RM_DE[i]),"\n",sep="") + cat(format("Japanese", width = 12, justify = c("left")), as.character(RMLANG$RM_JP[i]),"\n",s