Skip to content
Prev 26429 / 63424 Next

R CMD build and et_EE.UTF-8 locale -> invalid files (PR#10351)

otoomet at ut.ee wrote:
I'm not sure what to do about it, but I'm 99% sure that what is biting
you is that Estonian sorts z before t, and something somewhere is using
a regexp containing a-zA-Z.

Presumably, R CMD build should just standardize the locale to "C"
internally (it is a right pain to change all instances of a-zA-Z to
[[:alpha:]],  most likely not even possible to do it portably, and at
any rate, packages should not come out different depending on the locale
in which it was built.)