Skip to content
Prev 59434 / 63430 Next

sorting bug in R-devel?

Not sure what happened between 4.0.2 and -devel, but you are using C collation, which assumes 7-bit single-byte characters, to sort multi-byte 8-bit encoded characters, which looks a bit risky.

-pd