search for: itemtabelle

Displaying 2 results from an estimated 2 matches for "itemtabelle".

2007 Dec 27
1
encoding question again
...a function. Some label shall generate the filename. Although the labels are correctly handled in JGR they are somehow converted when they are written to the file. Also the filename is not constructed as wanted. The function definition is correctly sourced into R. The function is defined like this: Itemtabelle.head <- function (abt ){ # n?r z?m T?ST zz = file( paste("Itemtabelle/Itemtabelle", abt, ".html"), "wt", encoding = "UTF-8") cat(as.character("<html xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:x=\"urn:schemas-m...
2007 Dec 28
0
encoding question again
...a function. Some label shall generate the filename. Although the labels are correctly handled in JGR they are somehow converted when they are written to the file. Also the filename is not constructed as wanted. The function definition is correctly sourced into R. The function is defined like this: Itemtabelle.head <- function (abt ){ # n?r z?m T?ST abt = iconv(abt,"UTF-8","LATIN1") zz = file( paste("Itemtabelle/Itemtabelle", abt, ".html"), "wt", encoding = "LATIN1") cat(as.character("<html xmlns:o=\"urn:schemas-mi...