Re: [Rd] Printing Unicode escapes with 6 digits may be problematic

2021-01-07 Thread Korpela Mikko (MML)
Lähettäjä: R-devel Puolesta Korpela Mikko (MML) Lähetetty: maanantai 14. joulukuuta 2020 11.51 Vastaanottaja: r-devel Aihe: [Rd] Printing Unicode escapes with 6 digits may be problematic A recent R-devel commit introduces a change in the way non-printable Unicode characters are shown as an e

[Rd] Printing Unicode escapes with 6 digits may be problematic

2020-12-14 Thread Korpela Mikko (MML)
A recent R-devel commit introduces a change in the way non-printable Unicode characters are shown as an escape code. Whereas large code points were previously printed using an escape code of 8 hexadecimal digits, with initial zeros, the present code (tested with R-devel r79623 on Ubuntu Linux) o