Skip to content
Prev 316772 / 398506 Next

gettext weirdness

The 'wierdness' is that 'R' is a domain of C messages and you are 
trying to use it from R.  How messages are massaged before being sent 
for translation depends on the language, including how trailing spaces 
are handled.   There is no reason to expect domains intended for C 
code to work in R-level gettext(), nor in stop() etc.

This was really an R-devel question: see the posting guide.
On Mon, 4 Feb 2013, Florent Angly wrote: