Some hack here.
In ?RweaveLatex manual, I found only paragraph about encoding in UTF-8 but considering Windows users:
The use of fancy quotes (see ‘sQuote’) can cause problems when setting R output. Either set ‘options(useFancyQuotes = FALSE)’ or arrange that LaTeX is aware of the encoding used (by a ‘\usepackage[utf8]{inputenc}’ declaration: Windows users of ‘Sweave’ from ‘Rgui.exe’ will need to replace ‘utf8’ by ‘cp1252’ or similar) and ensure that typewriter fonts containing directional quotes are used.
Currently running ubuntu, how can I make the SweaveInput aware of the UTF-8 encoding?
\usepackage[utf8]{inputenc}doesn't work for you? I've used this on Windows and Linux and it worked both times. I must wonder, though, what is your real problem with encoding (image text not using localized characters?)? – Roman Luštrik Dec 29 '11 at 16:45\usepackage[utf8]{inputenc}works but not for the partsamll.Rnw. Clear now? – hhh Dec 29 '11 at 16:56