Skip to content
Prev 11919 / 12125 Next

[R-pkg-devel] [External] Re: UTF-8 and raw strings in package code

Maybe scary, but part of the R idiom is that plots, etc get auto-labeled with the name of the variables. If I want to do a child-vs-parents' income chart in Danish, it becomes "b?rn" and "for?ldre". And such names can be column names in datasets, etc. You can work around it but why should you? 

So, for local usage, it is quite sensible to allow extended character sets. 

For packages (and other distributed materials) probably not so. It is probably the language and not actually the character set you want to restrict, though. 

-pd