Skip to content
Prev 40899 / 63421 Next

package encoding warning

On Sat, 30 Jul 2011, baptiste auguie wrote:

            
Your 'thought' was unfounded: please re-read the relevant sections of 
the R manuals.
It means that your package cannot be checked correctly in that locale.
You can avoid it by following the recommendations to use only ASCII, 
as you did in this message (or at least, it was ASCII by the time it 
reached me).
Same: non-ASCII UTF-8 strings cannot be represented in the C (aka 
ASCII) locale.

Now, I think it is a mistake to be checking in the C locale on Mac OS 
X as no end user will deliberately be using it, but that is the 
default for batch use on many OSes.  *But* the same encoding issues 
for European names will occur in, say, the Japanese Windows locale.