Displaying 1 result from an estimated 1 matches for "tabela2".
Did you mean:
tabela
2010 Sep 17
1
odfWeave UTF-8 error and latin characters
...ve a table with characters such as 'ç', 'ó'
and 'ã' that odfWeave is not recognizing properly. The error follows below.
Just to make it clear: Windows vista (default language - Brazilian
Portuguese), R 2.11.1, odfWeave 0.7.11, OpenOffice 3.0.1
in my odt file ...
<<tabela2, echo = FALSE, results = xml>>=
odfTable(tabela2,useRowNames=T,name ='Tabela 2')
@
in R console ...
>library(odfWeave)
>imageDefs <- getImageDefs()
>imageDefs$type <- 'bmp'
>imageDefs$device <- 'bmp'
>setImageDefs(imageDefs)
>options(Swe...